Delete Misc

This commit is contained in:
Sumire Isshiki 2024-08-18 20:10:07 +09:00
parent c28d5a9c44
commit 4700d4a26a

View File

@ -2,7 +2,6 @@ import { RecoilRoot } from 'recoil'
import Mutuals from "./components/Mutuals"
import Card from "./components/Card"
import Misc from "./components/Misc"
import VerticalMenu from "./components/VerticalMenu"
import HorizontalMenu from "./components/HorizontalMenu"
import LanguageMenu from "./components/LanguageMenu"
@ -59,7 +58,6 @@ export default function App() {
<div className={`sticky h-screen`} style={{ opacity: cardOpacity, marginTop: `-200px` }}>
<div id="card" className="fixed py-5 -mt-20" style={{ top: `${cardY}px` }}>
<Card />
<Misc />
</div>
</div>