diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-01 17:11:49 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-01 17:11:49 +0700 |
| commit | 0444651d9aa8c43039022e8e22c3d5937aa64536 (patch) | |
| tree | 0c5784e3b7c319f8b6cf09fadf302754225b3ccb /src/components | |
| parent | a554bdf0bb31adf3837642deba9f3157d3f07d2e (diff) | |
Faq
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/layouts/AppBar.js | 1 |
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 }) => { |
