_import.ts 96 B

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