feat: side panels

Signed-off-by: Mitch Hijlkema <mitch@hijlkema.codes>
This commit is contained in:
2023-08-31 17:03:27 +02:00
parent 14c1b97622
commit 41830bbca5
15 changed files with 1525 additions and 1055 deletions

View File

@@ -8,7 +8,9 @@
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"types": ["vitest"]
"types": [
"vitest"
]
},
"files": [],
"include": [],
@@ -18,6 +20,9 @@
},
{
"path": "./tsconfig.spec.json"
},
{
"path": "./tsconfig.storybook.json"
}
]
}