mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-05-12 15:08:41 +00:00
Delete Misc
This commit is contained in:
parent
c28d5a9c44
commit
4700d4a26a
@ -2,7 +2,6 @@ import { RecoilRoot } from 'recoil'
|
|||||||
|
|
||||||
import Mutuals from "./components/Mutuals"
|
import Mutuals from "./components/Mutuals"
|
||||||
import Card from "./components/Card"
|
import Card from "./components/Card"
|
||||||
import Misc from "./components/Misc"
|
|
||||||
import VerticalMenu from "./components/VerticalMenu"
|
import VerticalMenu from "./components/VerticalMenu"
|
||||||
import HorizontalMenu from "./components/HorizontalMenu"
|
import HorizontalMenu from "./components/HorizontalMenu"
|
||||||
import LanguageMenu from "./components/LanguageMenu"
|
import LanguageMenu from "./components/LanguageMenu"
|
||||||
@ -59,7 +58,6 @@ export default function App() {
|
|||||||
<div className={`sticky h-screen`} style={{ opacity: cardOpacity, marginTop: `-200px` }}>
|
<div className={`sticky h-screen`} style={{ opacity: cardOpacity, marginTop: `-200px` }}>
|
||||||
<div id="card" className="fixed py-5 -mt-20" style={{ top: `${cardY}px` }}>
|
<div id="card" className="fixed py-5 -mt-20" style={{ top: `${cardY}px` }}>
|
||||||
<Card />
|
<Card />
|
||||||
<Misc />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user