File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import "./.next/dev/ types/routes.d.ts" ;
3+ import "./.next/types/routes.d.ts" ;
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change 11import {
22 ActivityIcon ,
3+ AlertTriangleIcon ,
34 ArrowRightIcon ,
45 ArrowUpIcon ,
56 BookmarkIcon ,
@@ -20,6 +21,7 @@ import {
2021 KeyboardIcon ,
2122 KeyIcon ,
2223 LightbulbIcon ,
24+ LinkIcon ,
2325 LockIcon ,
2426 type LucideIcon ,
2527 MapIcon ,
@@ -77,10 +79,12 @@ const iconMap: Record<string, LucideIcon> = {
7779 MessageCircle : MessageCircleIcon ,
7880 Zap : ZapIcon ,
7981 Activity : ActivityIcon ,
82+ AlertTriangle : AlertTriangleIcon ,
8083 Cookie : CookieIcon ,
8184 Webhook : WebhookIcon ,
8285 Smartphone : SmartphoneIcon ,
8386 Calendar : CalendarIcon ,
87+ Link : LinkIcon ,
8488 RefreshCw : RefreshCwIcon ,
8589 Trash : TrashIcon ,
8690 HelpCircle : HelpCircleIcon ,
You can’t perform that action at this time.
0 commit comments