Make package
This commit is contained in:
8
src/index.ts
Normal file
8
src/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Library entry: re-export key components and include styles
|
||||
export { default as Navbar } from './components/Layout/Navbar'
|
||||
export { default as Footer } from './components/Layout/Footer'
|
||||
export { default as Layout } from './components/Layout/Layout'
|
||||
export { default as Split } from './components/Layout/Split'
|
||||
|
||||
// Export styles so consumers can import the theme
|
||||
import './index.scss'
|
||||
Reference in New Issue
Block a user