fix(ui): add default css in storybook preview

This commit is contained in:
Brian McGee
2025-05-26 15:37:43 +01:00
parent d389c4dc5d
commit b6190b2760

View File

@@ -1,5 +1,7 @@
import type { Preview } from "@kachurun/storybook-solid";
import "../src/index.css";
export const preview: Preview = {
tags: ["autodocs"],
parameters: {