From aaa787785b3c11fa4468326bb580bda32a4c62f0 Mon Sep 17 00:00:00 2001 From: Mike Lyttle Date: Wed, 27 Nov 2024 13:08:40 -0800 Subject: [PATCH] Remove unused import --- 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({