mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 12:27:44 +00:00
chore: cleanup
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<script setup lang="ts" generic="U extends ZodAny">
|
||||
import type { ZodAny } from "zod";
|
||||
import { computed } from "vue";
|
||||
import type { Config, ConfigItem, Shape } from "./interface";
|
||||
import { DEFAULT_ZOD_HANDLERS, INPUT_COMPONENTS } from "./constant";
|
||||
import useDependencies from "./dependencies";
|
||||
|
||||
const props = defineProps<{
|
||||
|
||||
Reference in New Issue
Block a user