Skip to content

Commit

Permalink
remove next/head
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway committed Nov 1, 2024
1 parent 5c80052 commit 784521d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { ElementType, useEffect } from "react";
import { useRouter } from "next/router";
import type { AppProps } from "next/app";
import Head from "next/head";
import SEO from "@components/seo/deafult-seo";
import FallbackLayout from "@layout/fallback";
import "@assets/css/font-awesome-pro.min.css";
Expand Down

0 comments on commit 784521d

Please sign in to comment.