mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
chore: ad release label
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
<script setup lang="ts">
|
||||
import { isVNode } from 'vue'
|
||||
import { useToast } from './use-toast'
|
||||
import { Toast, ToastClose, ToastDescription, ToastProvider, ToastTitle, ToastViewport } from '.'
|
||||
import { isVNode } from "vue";
|
||||
import { useToast } from "./use-toast";
|
||||
import {
|
||||
Toast,
|
||||
ToastClose,
|
||||
ToastDescription,
|
||||
ToastProvider,
|
||||
ToastTitle,
|
||||
ToastViewport,
|
||||
} from ".";
|
||||
|
||||
const { toasts } = useToast()
|
||||
const { toasts } = useToast();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user