_import.ts 109 B

12345
  1. import HookExample from "~/services/dataPersister/hook/hookExample";
  2. export const hooks = [
  3. HookExample
  4. ]