Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Mar 7, 2024
1 parent 532c113 commit 2770678
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Nav.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"use client";
import Image from "next/image";
import book from "@/img/book.svg";
import { heading } from "@/varients/heading";
import { useState } from "react";
import { text } from "@/varients/text";
import Dialog from "./Dialog";
Expand Down

0 comments on commit 2770678

Please sign in to comment.