refactor: 🔥 Remove unused dependencies

This commit is contained in:
Jesse Wierzbinski 2024-12-03 14:16:16 +01:00
parent 81537770c7
commit 630f3d5b8e
No known key found for this signature in database
7 changed files with 6 additions and 21 deletions

View file

@ -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<{