Linted code

This commit is contained in:
2024-06-21 00:33:07 +02:00
parent a99f3a4396
commit 2dcde6b0d8
12 changed files with 60 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
export default defineAppConfig({
ui: {
primary: 'lime',
gray: 'neutral',
gray: 'neutral'
}
})
})