Updated
This commit is contained in:
parent
4430d24a3e
commit
2af3c67303
25 changed files with 5941 additions and 22 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue