run pre-commit on all

This commit is contained in:
Simon
2025-01-06 21:08:51 +07:00
parent cf54f6d7fc
commit bc74bf80f4
58 changed files with 8962 additions and 8942 deletions

View File

@@ -8,9 +8,8 @@ export const ColourConstant = {
};
const importColours = () => {
const { userConfig } = useUserConfigStore();
const stylesheet = userConfig?.config.stylesheet
const stylesheet = userConfig?.config.stylesheet;
switch (stylesheet) {
case ColourConstant.Dark: