Skip to content

Commit 67f9750

Browse files
committed
oops didnt import css :)
1 parent 48f3eae commit 67f9750

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/app.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
import { Router } from "@solidjs/router";
22
import { FileRoutes } from "@solidjs/start/router";
3-
import { ColorModeProvider, ColorModeScript, createLocalStorageManager } from "@kobalte/core";
3+
import {
4+
ColorModeProvider,
5+
ColorModeScript,
6+
createLocalStorageManager,
7+
} from "@kobalte/core";
48
import { Suspense } from "solid-js";
59

10+
import "./app.css";
11+
612
export default function App() {
713
const storageManager = createLocalStorageManager("theme");
814

0 commit comments

Comments
 (0)