Updated
This commit is contained in:
parent
4430d24a3e
commit
2af3c67303
25 changed files with 5941 additions and 22 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import { Column, Page } from "../../@dasig/index.ts";
|
||||
import Counter from "../components/Counter.tsx";
|
||||
/** biome-ignore-all assist/source/organizeImports: <_> */
|
||||
|
||||
import { Column, Page, Image } from "../../@dasig";
|
||||
import Counter from "../components/Counter";
|
||||
import "./index.sass";
|
||||
|
||||
export default () => {
|
||||
|
|
@ -11,6 +13,7 @@ export default () => {
|
|||
An architectural framework for pure speed fullstack development
|
||||
</h4>
|
||||
<Counter />
|
||||
<Image name="sample" size={500}></Image>
|
||||
</Column>
|
||||
</Page>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue