_import.ts 108 B

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