This commit is contained in:
Patrick Alvin Alcala 2025-11-28 11:17:23 +08:00
parent 4430d24a3e
commit 2af3c67303
25 changed files with 5941 additions and 22 deletions

View file

@ -1,4 +1,7 @@
export { default as Column } from "./components/Column.tsx";
export { default as Display } from "./components/Display.tsx";
export { default as HTML } from "./components/HTML.tsx";
export { default as Page } from "./components/Page.tsx";
/** biome-ignore-all assist/source/organizeImports: <_> */
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";
export { default as Image } from "./components/Image";