diff --git a/app/components/errors/ReachedEnd.vue b/app/components/errors/ReachedEnd.vue deleted file mode 100644 index 0d8e39a..0000000 --- a/app/components/errors/ReachedEnd.vue +++ /dev/null @@ -1,13 +0,0 @@ - - - - - diff --git a/app/components/timelines/timeline.vue b/app/components/timelines/timeline.vue index 9a8fe0d..b6aa366 100644 --- a/app/components/timelines/timeline.vue +++ b/app/components/timelines/timeline.vue @@ -16,9 +16,6 @@
{{ error.message }}
- - - @@ -43,7 +40,6 @@ import { useIntersectionObserver } from "@vueuse/core"; import type { z } from "zod"; import * as m from "~~/paraglide/messages.js"; import NoPosts from "../errors/NoPosts.vue"; -import ReachedEnd from "../errors/ReachedEnd.vue"; import Spinner from "../graphics/spinner.vue"; import { Button } from "../ui/button"; import TimelineItem from "./timeline-item.vue";