feat(ui): Sidebar nav

This commit is contained in:
Brian McGee
2025-06-10 11:28:11 +01:00
parent c4fe02ad0b
commit f7a5c99bb3
40 changed files with 1150 additions and 238 deletions

View File

@@ -1,4 +1,3 @@
import typography from "@tailwindcss/typography";
import kobalte from "@kobalte/tailwindcss";
import core from "./tailwind/core-plugin";
@@ -6,7 +5,7 @@ import core from "./tailwind/core-plugin";
const config = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {},
plugins: [typography, core, kobalte],
plugins: [core, kobalte],
};
export default config;