chore(ui): lint

This commit is contained in:
psychedelicious
2025-07-17 21:42:52 +10:00
parent e58ee4c492
commit 33b56f421c
2 changed files with 2 additions and 2 deletions

View File

@@ -11,6 +11,6 @@ const config: StorybookConfig = {
core: {
disableTelemetry: true,
}
},
};
export default config;

View File

@@ -47,7 +47,7 @@ const preview: Preview = {
parameters: {
docs: {
theme: themes.dark,
codePanel: true
codePanel: true,
},
},
};