File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -2,26 +2,18 @@ import { Card } from "fumadocs-ui/components/card";
22import { HomeLayout } from "fumadocs-ui/layouts/home" ;
33import {
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" ;
2517import {
2618 ArbitrumIcon ,
2719 EthereumIcon ,
@@ -32,6 +24,7 @@ import {
3224 UniswapIcon ,
3325 ZamaIcon ,
3426} from "@/components/icons" ;
27+ import { baseOptions } from "./layout.config" ;
3528
3629export default function HomePage ( ) {
3730 return (
You can’t perform that action at this time.
0 commit comments