diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-11 00:53:15 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-11 01:17:09 +0900 |
| commit | c1c22a7cc7310dfc601c3359122f2fd471193faf (patch) | |
| tree | db150dd25f7f8e8b2018d4c619536372ca133a61 /frontend/src/App.tsx | |
| parent | c0cec4794ba253caee2d3fd815e053bb616b8883 (diff) | |
| download | feedaka-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.tsx | 1 |
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); |
