aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/App.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-07-11 00:53:15 +0900
committernsfisis <nsfisis@gmail.com>2025-07-11 01:17:09 +0900
commitc1c22a7cc7310dfc601c3359122f2fd471193faf (patch)
treedb150dd25f7f8e8b2018d4c619536372ca133a61 /frontend/src/App.tsx
parentc0cec4794ba253caee2d3fd815e053bb616b8883 (diff)
downloadfeedaka-c1c22a7cc7310dfc601c3359122f2fd471193faf.tar.gz
feedaka-c1c22a7cc7310dfc601c3359122f2fd471193faf.tar.zst
feedaka-c1c22a7cc7310dfc601c3359122f2fd471193faf.zip
feat(frontend): install dependencies
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);