We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a634401 commit ff88e60Copy full SHA for ff88e60
components/nav.tsx
@@ -12,6 +12,8 @@ import {
12
Menu,
13
Newspaper,
14
Settings,
15
+ FileCode,
16
+ Github,
17
} from "lucide-react";
18
import {
19
useParams,
@@ -21,7 +23,6 @@ import {
21
23
import { ReactNode, useEffect, useMemo, useState } from "react";
22
24
import { getSiteFromPostId } from "@/lib/actions";
25
import Image from "next/image";
-import { FileCode, Github } from "lucide-react";
26
27
const externalLinks = [
28
{
0 commit comments