wipe out old repo & replace with template
This commit is contained in:
9
src/lib/hooks/index.ts
Executable file
9
src/lib/hooks/index.ts
Executable file
@ -0,0 +1,9 @@
|
||||
export * from './auth';
|
||||
export * from './public';
|
||||
//export * from './resizeImage';
|
||||
export * from './storage';
|
||||
export * from './useFileUpload';
|
||||
|
||||
export type Result<T> =
|
||||
| { success: true; data: T }
|
||||
| { success: false; error: string };
|
Reference in New Issue
Block a user