Fix elements init, add package config

This commit is contained in:
Vadim
2021-01-24 00:03:02 +03:00
parent 0e9afa20fa
commit c395f096c2
9 changed files with 30 additions and 193 deletions

View File

@@ -1,2 +1,3 @@
// TODO:
export default null;
import Carousel from './Carousel/Carousel.svelte'
export default Carousel;