aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/App.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/App.tsx')
-rw-r--r--frontend/src/App.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index e279784..b055af9 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -1,7 +1,6 @@
import { useState } from "react";
import viteLogo from "/vite.svg";
import reactLogo from "./assets/react.svg";
-import "./App.css";
function App() {
const [count, setCount] = useState(0);