Skip to content

Commit ff88e60

Browse files
authored
Chore: collpase imports from the same library into a single statement (#262)
1 parent a634401 commit ff88e60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/nav.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import {
1212
Menu,
1313
Newspaper,
1414
Settings,
15+
FileCode,
16+
Github,
1517
} from "lucide-react";
1618
import {
1719
useParams,
@@ -21,7 +23,6 @@ import {
2123
import { ReactNode, useEffect, useMemo, useState } from "react";
2224
import { getSiteFromPostId } from "@/lib/actions";
2325
import Image from "next/image";
24-
import { FileCode, Github } from "lucide-react";
2526

2627
const externalLinks = [
2728
{

0 commit comments

Comments
 (0)