mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 12:27:44 +00:00
chore: cleanup
This commit is contained in:
@@ -1,16 +1,9 @@
|
||||
<script setup lang="ts" generic="T extends Record<string, any>">
|
||||
import { type BulletLegendItemInterface, CurveType } from "@unovis/ts";
|
||||
import { VisAxis, VisLine, VisXYContainer } from "@unovis/vue";
|
||||
import { Axis, Line } from "@unovis/ts";
|
||||
import { type Component, computed, ref } from "vue";
|
||||
import { useMounted } from "@vueuse/core";
|
||||
import type { BaseChartProps } from ".";
|
||||
import {
|
||||
ChartCrosshair,
|
||||
ChartLegend,
|
||||
defaultColors,
|
||||
} from "@/components/ui/chart";
|
||||
import { cn } from "@/lib/utils";
|
||||
import { defaultColors } from "@/components/ui/chart";
|
||||
|
||||
const props = withDefaults(
|
||||
defineProps<
|
||||
|
||||
Reference in New Issue
Block a user