Make package

This commit is contained in:
2026-03-09 16:59:43 +01:00
parent 19bb022290
commit 5733a35459
7 changed files with 578 additions and 273 deletions

8
src/index.ts Normal file
View 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'