Typ Select für Artikel hinzugefügt. Artikel-Details Komponenten sind nun für jeden Typ verfügbar, wenn benötigt.
This commit is contained in:
7
src/components/widgets/details/index.ts
Normal file
7
src/components/widgets/details/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import Default from "./Default.svelte"
|
||||
import News from "./News.svelte"
|
||||
|
||||
export default {
|
||||
default: Default,
|
||||
news: News,
|
||||
}
|
||||
Reference in New Issue
Block a user