remove lanyard

This commit is contained in:
Lio 2024-10-09 10:45:14 +00:00
parent e88fa64996
commit 245b792e0e

View file

@ -1,8 +1,6 @@
import RenderWithoutJS from "@/components/RenderWithoutJS";
import Sidebar from "@/components/Sidebar";
import index from "@/styles/Index.module.sass"
import Lanyard from "@/components/Lanyard"
import Head from "next/head"
import Link from "@/components/Link";
const Hello = ["Ahoy!", "Ahoy there!", "Hey there!", "Howdy howdy!", "Howdy, friend!", "Howdy!", "Hey!", "Hey there!", "Hi!", "Hello!", "Hello there!", "Hi there!"];
@ -35,7 +33,6 @@ const IndexPage = () => {
</section>
<Lanyard />
</main>
</RenderWithoutJS>
);