import { sharedThing } from "fixture-sdk";

export function internalUse() {
  return sharedThing();
}
