feat(svelte): add ThemeBox component

This commit is contained in:
Stefan Imhoff
2023-02-24 17:01:19 +01:00
parent 8219cf576a
commit 140cb69709
5 changed files with 105 additions and 8 deletions

View File

@@ -25,12 +25,6 @@
"options": {
"parser": "astro"
}
},
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
}