diff --git a/src/hooks/index.tsx b/src/hooks/index.tsx new file mode 100644 index 0000000..caaa029 --- /dev/null +++ b/src/hooks/index.tsx @@ -0,0 +1,2 @@ +export * from '@/hooks/use-api' +export * from '@/hooks/use-toast'