css
This commit is contained in:
parent
82cf4cab55
commit
89dcf251b5
3 changed files with 1328 additions and 24 deletions
|
|
@ -38,6 +38,7 @@
|
|||
"@radix-ui/react-label": "^2.0.2",
|
||||
"@radix-ui/react-select": "^2.0.0",
|
||||
"@radix-ui/react-slot": "^1.0.2",
|
||||
"@tabler/icons-webfont": "^3.44.0",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.1.1",
|
||||
"cross-env": "^7.0.3",
|
||||
|
|
|
|||
1347
pnpm-lock.yaml
generated
1347
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
|
@ -25,6 +25,10 @@ export default async function RootLayout({ children }: { children: React.ReactNo
|
|||
<InitTheme />
|
||||
<link href="/favicon.ico" rel="icon" sizes="32x32" />
|
||||
<link href="/favicon.svg" rel="icon" type="image/svg+xml" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/dist/tabler-icons.min.css"
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<Providers>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue