mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
17 lines
263 B
Vue
17 lines
263 B
Vue
<template>
|
|
<div>
|
|
<h1 class="font-semibold text-2xl">MakerDAO</h1>
|
|
|
|
<!-- Overview -->
|
|
|
|
<!-- Positions -->
|
|
|
|
</div>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import { defineComponent } from '@nuxtjs/composition-api'
|
|
|
|
export default defineComponent({})
|
|
</script>
|