Modal & theming

This commit is contained in:
2021-11-26 23:26:46 -06:00
parent cf1f436b3c
commit 00fa0067aa
7 changed files with 967 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
import 'bootstrap'
import 'bootstrap/dist/css/bootstrap.min.css'
import './resources/theme.css'
export * from './Test.component.js'
export * from './layout/Page.component.js'
export * from './layout/Section.component.js'
export * from './layout/Modal.component.js'
export * from './nav/NavBar.component.js'