feat: update user retrieval and add new users table; enhance MainForm with user fetching and localization support
This commit is contained in:
@@ -12,7 +12,6 @@ interface FormData {
|
||||
street: string;
|
||||
postalCode: string;
|
||||
paymentMethod: string;
|
||||
code: string;
|
||||
}
|
||||
|
||||
export const submitFormData = async (data: FormData) => {
|
||||
|
||||
Reference in New Issue
Block a user