Move to tabs over spaces!

This commit is contained in:
2025-06-09 09:57:27 -05:00
parent 476d6c91b4
commit 42b07ea2da
70 changed files with 4109 additions and 4108 deletions

View File

@@ -4,5 +4,5 @@ export * from './storage';
export * from './useFileUpload';
export type Result<T> =
| { success: true; data: T }
| { success: false; error: string };
| { success: true; data: T }
| { success: false; error: string };