Fix more imports
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-03-15 20:08:36 +00:00
parent 94329ac331
commit e1b6056d77
3 changed files with 18 additions and 18 deletions

View File

@ -1,5 +1,5 @@
<script lang="ts" setup>
import Card from '../components/Card.vue';
import RowCard from './RowCard.vue';
import { ref } from "vue";
const props = defineProps<{
@ -32,7 +32,7 @@ function submitDialog() {
<template>
<button @click="openDialog">
<slot name="placeholder">
<Card>
<RowCard>
<p class="w-24 text-center text-6xl">
+
</p>
@ -40,7 +40,7 @@ function submitDialog() {
class="text-lg"
dark
>{{ buttonText }}</span>
</Card>
</RowCard>
</slot>
</button>
<div