diff --git a/app/frontend/src/App.tsx b/app/frontend/src/App.tsx
index 6b6ab42..7e96958 100644
--- a/app/frontend/src/App.tsx
+++ b/app/frontend/src/App.tsx
@@ -1,4 +1,4 @@
-import createCache, { EmotionCache } from "@emotion/cache";
+import createCache from "@emotion/cache";
import { CacheProvider, Global, ThemeProvider, css } from "@emotion/react";
import styled from "@emotion/styled";
import normalizeCss from "normalize.css/normalize.css?inline";
diff --git a/app/frontend/src/views/Dashboard.tsx b/app/frontend/src/views/Dashboard.tsx
index 9b1074a..7a425df 100644
--- a/app/frontend/src/views/Dashboard.tsx
+++ b/app/frontend/src/views/Dashboard.tsx
@@ -43,9 +43,10 @@ const Dashboard: React.FC = () => {