Revert "refactor: include themes in components folder"

This reverts commit 711bea0166.
This commit is contained in:
Mo
2022-11-09 11:00:09 -06:00
parent 711bea0166
commit 3690104934
11 changed files with 21 additions and 339 deletions

View File

@@ -8,7 +8,7 @@ export function FillThemeComponentDefaults(
theme: Partial<ThemeFeatureDescription> & RequiredThemeFields,
): ThemeFeatureDescription {
if (!theme.index_path) {
theme.index_path = 'index.css'
theme.index_path = 'dist/dist.css'
}
theme.content_type = ContentType.Theme