1
0
forked from Leaf/amber-ui

移除 多余的导入

This commit is contained in:
Twilight 2024-09-16 21:33:33 +08:00
parent 04051f674b
commit 5f4c2bfa18
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@
</template>
<script setup lang="ts">
import lottie, { AnimationConfigWithData, AnimationConfigWithPath, AnimationItem } from "lottie-web";
import lottie, { AnimationConfigWithData, AnimationItem } from "lottie-web";
import { onMounted, onUnmounted, ref } from "vue";

View File

@ -1,4 +1,3 @@
import { useUserStore } from "../stores/user";
import { h, computed } from "vue";
import { createDiscreteApi, darkTheme, lightTheme, useOsTheme } from "naive-ui";
import type { ConfigProviderProps } from "naive-ui";