feat(profile): align settings with dashboard layout

This commit is contained in:
2026-07-31 03:41:51 +02:00
parent e47243f7dc
commit 73c601ddc2
18 changed files with 947 additions and 377 deletions

View File

@@ -1,6 +1,9 @@
import antfu from '@antfu/eslint-config'
export default antfu({
ignores: [
'storage/inertia-devtools/**',
],
vue: true,
typescript: true,
})