aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--thallium-frontend/src/App.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/thallium-frontend/src/App.tsx b/thallium-frontend/src/App.tsx
index 10c3ff6..f5512af 100644
--- a/thallium-frontend/src/App.tsx
+++ b/thallium-frontend/src/App.tsx
@@ -1,5 +1,5 @@
import styled, { createGlobalStyle, ThemeProvider } from "styled-components";
-import React, { Suspense, useEffect, useState } from "react";
+import React, { Suspense } from "react";
import {
createBrowserRouter,
RouterProvider,