style: add styling for pages and forms
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import { z } from 'zod';
|
||||
|
||||
export const ProfileSchema = z.object({
|
||||
email: z.string()
|
||||
});
|
||||
|
||||
export const CustomerFormCreateSchema = z.object({
|
||||
type: z.string(),
|
||||
text: z.string()
|
||||
|
||||
Reference in New Issue
Block a user