implement logout dialog, fix unused imports
This commit is contained in:
parent
d81357ead1
commit
3aa8050b3f
15 changed files with 475 additions and 99 deletions
|
|
@ -1,7 +1,6 @@
|
|||
<script setup lang="ts">
|
||||
import { computed, ref } from 'vue'
|
||||
import { cn } from '@/lib/utils'
|
||||
import { ExternalLink, Copy, Check } from 'lucide-vue-next'
|
||||
|
||||
interface Props {
|
||||
sent: boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue