summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/layouts/AppBar.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/layouts/AppBar.js b/src/components/layouts/AppBar.js
index 4fe70de8..534cfe02 100644
--- a/src/components/layouts/AppBar.js
+++ b/src/components/layouts/AppBar.js
@@ -1,7 +1,6 @@
import { Bars3Icon, ChevronLeftIcon, HeartIcon, HomeIcon } from "@heroicons/react/24/outline";
import Head from "next/head";
import { useRouter } from "next/router";
-import { useEffect, useState } from "react";
import Link from "../elements/Link";
const AppBar = ({ title }) => {