fix(ui): add default css in storybook preview

This commit is contained in:
Brian McGee
2025-05-26 15:37:43 +01:00
parent 61a587b382
commit 52ca7017d1

View File

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