This commit is contained in:
Patrick Alvin Alcala 2025-11-24 15:42:06 +08:00
parent bbfa0b38ee
commit fe90f5988a
31 changed files with 613 additions and 50 deletions

View file

@ -1,3 +1,5 @@
export { default as Column } from './components/Column'
export { default as Display } from './components/Display'
export { default as HTML } from './components/HTML'
export { default as Page } from './components/Page'