Skip to content

Commit

Permalink
Remove unused imports from App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Sep 11, 2024
1 parent c6f0c41 commit 8a87927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thallium-frontend/src/App.tsx
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 8a87927

Please sign in to comment.