mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
refactor: 🔥 Remove unused dependencies
This commit is contained in:
parent
81537770c7
commit
630f3d5b8e
7 changed files with 6 additions and 21 deletions
|
|
@ -36,8 +36,8 @@ import type {
|
|||
UseTimeAgoUnitNamesDefault,
|
||||
} from "@vueuse/core";
|
||||
import { AtSign, Globe, Lock, LockOpen } from "lucide-vue-next";
|
||||
import CopyableText from "./copyable-text.vue";
|
||||
import Avatar from "../profiles/avatar.vue";
|
||||
import CopyableText from "./copyable-text.vue";
|
||||
|
||||
const { acct, createdAt, url, noteUrl } = defineProps<{
|
||||
avatar: string;
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ import {
|
|||
UserCheck,
|
||||
UserPlus,
|
||||
} from "lucide-vue-next";
|
||||
import Avatar from "../profiles/avatar.vue";
|
||||
import { Button } from "~/components/ui/button";
|
||||
import { Card, CardContent, CardHeader } from "~/components/ui/card";
|
||||
import {
|
||||
|
|
@ -57,6 +56,7 @@ import {
|
|||
TooltipTrigger,
|
||||
} from "~/components/ui/tooltip";
|
||||
import Note from "../notes/note.vue";
|
||||
import Avatar from "../profiles/avatar.vue";
|
||||
import FollowRequest from "./follow-request.vue";
|
||||
|
||||
const { notification } = defineProps<{
|
||||
|
|
|
|||
|
|
@ -57,11 +57,13 @@
|
|||
import {
|
||||
BadgeCheck,
|
||||
ChevronsUpDown,
|
||||
LogIn,
|
||||
LogOut,
|
||||
UserPlus,
|
||||
LogIn,
|
||||
} from "lucide-vue-next";
|
||||
import { toast } from "vue-sonner";
|
||||
import { NuxtLink } from "#components";
|
||||
import Avatar from "../profiles/avatar.vue";
|
||||
import {
|
||||
DropdownMenu,
|
||||
DropdownMenuContent,
|
||||
|
|
@ -72,8 +74,6 @@ import {
|
|||
DropdownMenuTrigger,
|
||||
} from "../ui/dropdown-menu";
|
||||
import { SidebarMenuButton } from "../ui/sidebar";
|
||||
import { NuxtLink } from "#components";
|
||||
import Avatar from "../profiles/avatar.vue";
|
||||
|
||||
const appData = useAppData();
|
||||
|
||||
|
|
|
|||
|
|
@ -122,10 +122,10 @@ import {
|
|||
SidebarMenuSubItem,
|
||||
SidebarRail,
|
||||
} from "~/components/ui/sidebar";
|
||||
import Avatar from "../profiles/avatar.vue";
|
||||
import { Button } from "../ui/button";
|
||||
import AccountSwitcher from "./account-switcher.vue";
|
||||
import ThemeSwitcher from "./theme-switcher.vue";
|
||||
import Avatar from "../profiles/avatar.vue";
|
||||
|
||||
const data = {
|
||||
navMain: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue