Revert "refactor: include themes in components folder"
This reverts commit 711bea0166.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user