file upload update
This commit is contained in:
@@ -78,8 +78,6 @@ export const loginFormSchema = z
|
||||
|
||||
export const localDevelopmentUrl = 'http://localhost';
|
||||
|
||||
export type FileExtension = 'jpg' | 'jpeg' | 'png' | 'gif' | 'bmp';
|
||||
|
||||
export const testUserData = {
|
||||
fullName: 'test',
|
||||
email: 'test@mail.com',
|
||||
|
||||
Reference in New Issue
Block a user