feat(component): add Modal

Closes #18
This commit is contained in:
Eric Liu 2019-12-25 13:20:14 -08:00
commit a8f464586a
16 changed files with 300 additions and 15 deletions

View file

@ -0,0 +1,3 @@
import Modal from './Modal.svelte';
export default Modal;