Skip to content

Commit 7d61682

Browse files
committed
chore: removed unused icons
1 parent baa0240 commit 7d61682

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/app/page.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,18 @@ import { Card } from "fumadocs-ui/components/card";
22
import { HomeLayout } from "fumadocs-ui/layouts/home";
33
import {
44
ActivityIcon,
5-
ArrowRightLeftIcon,
65
ArrowUpIcon,
76
ExternalLinkIcon,
87
GamepadIcon,
98
LibraryIcon,
109
MessageCircleIcon,
11-
MoonStarIcon,
12-
PlayIcon,
13-
RocketIcon,
1410
SatelliteDishIcon,
1511
SendIcon,
1612
ShieldIcon,
17-
SquareAsteriskIcon,
18-
StarsIcon,
19-
TriangleIcon,
2013
WallpaperIcon,
2114
WandSparklesIcon,
2215
WrenchIcon,
2316
} from "lucide-react";
24-
import { baseOptions } from "./layout.config";
2517
import {
2618
ArbitrumIcon,
2719
EthereumIcon,
@@ -32,6 +24,7 @@ import {
3224
UniswapIcon,
3325
ZamaIcon,
3426
} from "@/components/icons";
27+
import { baseOptions } from "./layout.config";
3528

3629
export default function HomePage() {
3730
return (

0 commit comments

Comments
 (0)