From ca59efe3964087354554fea6367d124af7a66fbb Mon Sep 17 00:00:00 2001 From: Dan Ribbens Date: Sat, 3 Dec 2022 12:28:08 -0500 Subject: [PATCH] chore: typescript typo fix (#1575) --- src/config/types.ts | 2 -- 1 file changed, 2 deletions(-) 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; }; }; /**