chore:format

This commit is contained in:
2025-09-26 16:06:30 +02:00
parent d8f7921970
commit 9ce6f963f1
13 changed files with 318 additions and 314 deletions

View File

@@ -1,14 +1,14 @@
import type { Preview } from '@storybook/sveltekit'
import type { Preview } from '@storybook/sveltekit';
const preview: Preview = {
parameters: {
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/i,
},
},
},
parameters: {
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/i
}
}
}
};
export default preview;
export default preview;