feat: demo page switch

This commit is contained in:
Takeshi Kimata
2024-06-30 12:19:28 +09:00
parent 8f5cb534d9
commit d3d0e4fe15
7 changed files with 15 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ export type AuthMessages = {
emailNotExist: string;
signupError: string;
signinError: string;
demoPageWarning: string;
};
export type AdminMessages = {