mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-30 21:01:54 +08:00
chore: fix broken build due to absent key
This commit is contained in:
parent
7955ef2450
commit
0c5d3331ac
@ -2,7 +2,7 @@
|
||||
|
||||
import { ALL_APPS, AppId } from "@hexclave/shared/dist/apps/apps-config";
|
||||
import { AppIcon, appSquarePaddingExpression, appSquareWidthExpression } from "@hexclave/shared/dist/apps/apps-ui";
|
||||
import { BarChart3, ClipboardList, Code, CreditCard, Headset, KeyRound, Mail, Mails, PlayCircle, Rocket, ShieldCheck, ShieldEllipsis, Sparkles, Triangle, Tv, UserCog, Users, Vault, Webhook } from "lucide-react";
|
||||
import { BarChart3, ClipboardList, Code, CreditCard, Headset, KeyRound, Mail, Mails, MousePointerClick, PlayCircle, Rocket, ShieldCheck, ShieldEllipsis, Sparkles, Triangle, Tv, UserCog, Users, Vault, Webhook } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
import { cn } from "../../lib/cn";
|
||||
|
||||
@ -43,6 +43,7 @@ const APP_ICONS: Record<AppId, React.FunctionComponent<React.SVGProps<SVGSVGElem
|
||||
"tanstack-start": Code,
|
||||
onboarding: ClipboardList,
|
||||
analytics: BarChart3,
|
||||
clickmaps: MousePointerClick,
|
||||
"session-replays": PlayCircle,
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user