Skip to content

Commit

Permalink
removed meta in root layout
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimIjai committed Nov 18, 2023
1 parent 8b2d9d8 commit ce2be1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs14/src/app/(main)/(landing)/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Link from "next/link";
import type { NextPage } from "next";
import { BugAntIcon, MagnifyingGlassIcon } from "@heroicons/react/24/outline";
import { MetaHeader } from "~~/components/MetaHeader";
// import { MetaHeader } from "~~/components/MetaHeader";

const Home: NextPage = () => {
return (
Expand Down

0 comments on commit ce2be1d

Please sign in to comment.