_import.ts 95 B

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