From b23b09303a1a3a621a02ff2d8466f572c788c454 Mon Sep 17 00:00:00 2001 From: Mike Lyttle Date: Wed, 27 Nov 2024 13:17:51 -0800 Subject: [PATCH] chore: remove unused import statement (#1) --- frontend/src/theme.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/theme.tsx b/frontend/src/theme.tsx index 3a183e98..75d70d67 100644 --- a/frontend/src/theme.tsx +++ b/frontend/src/theme.tsx @@ -1,5 +1,4 @@ import { createTheme } from '@mui/material/styles' -import { red } from '@mui/material/colors' // A custom theme for this app const theme = createTheme({