Updated
This commit is contained in:
parent
db3736b71f
commit
bbfa0b38ee
8 changed files with 35 additions and 23 deletions
|
|
@ -1,13 +1,13 @@
|
|||
import './index.sass'
|
||||
import { Column, Page } from '~/@dasig'
|
||||
import Counter from '~/components/Counter/Counter'
|
||||
import { Page, Column } from '~/@dasig'
|
||||
import './index.sass'
|
||||
|
||||
export default () => {
|
||||
return (
|
||||
<Page title="Dasig - Index">
|
||||
<Column>
|
||||
<h1>DASIG</h1>
|
||||
<h4>A next level development for pure speed</h4>
|
||||
<h4 class='text'>An architectural framework for pure speed fullstack development</h4>
|
||||
<Counter />
|
||||
</Column>
|
||||
</Page>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue