Implement Auth account page
This commit is contained in:
@@ -8,6 +8,7 @@ export type UserType = {
|
||||
} | null;
|
||||
|
||||
export type TokenProps = {
|
||||
locale: string;
|
||||
children?: React.ReactNode;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user