generated from garrettmills/template-npm-typescript
Start ui framework with web components
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
import 'bootstrap'
|
||||
import 'bootstrap/dist/css/bootstrap.min.css'
|
||||
|
||||
export const HELLO_WORLD = 'Hello, World!'
|
||||
|
||||
export * from './Test.component.js'
|
||||
export * from './layout/Page.component.js'
|
||||
export * from './layout/Section.component.js'
|
||||
export * from './nav/NavBar.component.js'
|
||||
|
||||
Reference in New Issue
Block a user