remove lanyard
This commit is contained in:
parent
e88fa64996
commit
245b792e0e
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
|
|
||||||
import RenderWithoutJS from "@/components/RenderWithoutJS";
|
import RenderWithoutJS from "@/components/RenderWithoutJS";
|
||||||
import Sidebar from "@/components/Sidebar";
|
import Sidebar from "@/components/Sidebar";
|
||||||
import index from "@/styles/Index.module.sass"
|
import index from "@/styles/Index.module.sass"
|
||||||
import Lanyard from "@/components/Lanyard"
|
|
||||||
import Head from "next/head"
|
import Head from "next/head"
|
||||||
import Link from "@/components/Link";
|
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!"];
|
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>
|
</section>
|
||||||
|
|
||||||
<Lanyard />
|
|
||||||
</main>
|
</main>
|
||||||
</RenderWithoutJS>
|
</RenderWithoutJS>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue