diff --git a/components/notes/content.vue b/components/notes/content.vue index 4d3243b..efc2621 100644 --- a/components/notes/content.vue +++ b/components/notes/content.vue @@ -1,11 +1,19 @@ diff --git a/components/notes/header.vue b/components/notes/header.vue index 913b63a..21cc2b0 100644 --- a/components/notes/header.vue +++ b/components/notes/header.vue @@ -1,7 +1,7 @@ diff --git a/components/notes/reblog-header.vue b/components/notes/reblog-header.vue index 8b471ef..67955ce 100644 --- a/components/notes/reblog-header.vue +++ b/components/notes/reblog-header.vue @@ -1,5 +1,5 @@ \ No newline at end of file diff --git a/components/timelines/timeline-item.vue b/components/timelines/timeline-item.vue index 9e39c74..68b3ae1 100644 --- a/components/timelines/timeline-item.vue +++ b/components/timelines/timeline-item.vue @@ -7,7 +7,6 @@ import type { Notification, Status } from "@versia/client/types"; import { computed } from "vue"; import NewNoteItem from "../notes/note.vue"; -import NoteItem from "../social-elements/notes/note.vue"; import NotificationItem from "../social-elements/notifications/notif.vue"; const props = defineProps<{ diff --git a/components/timelines/timeline.vue b/components/timelines/timeline.vue index d422f80..eddda57 100644 --- a/components/timelines/timeline.vue +++ b/components/timelines/timeline.vue @@ -1,7 +1,7 @@