diff --git a/src/config/types.ts b/src/config/types.ts index 06d69c4158..9a35cf7a43 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -316,7 +316,6 @@ export type Config = { Icon?: React.ComponentType; /** Replace the logo on the login page */ Logo?: React.ComponentType; - v; }; /* Replace complete pages */ views?: { @@ -324,7 +323,6 @@ export type Config = { Account?: React.ComponentType; /** Replace the admin homepage */ Dashboard?: React.ComponentType; - v; }; }; /**