import { testOnlyThing } from "fixture-sdk";

export function testUse() {
  return testOnlyThing();
}
