mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
refactor: ♻️ Only use a single localStorage key for scroll position
This commit is contained in:
parent
bba222a2fc
commit
e74dbe3d59
3 changed files with 10 additions and 7 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<script setup lang="ts">
|
||||
import type { Account } from "@lysand-org/client/types";
|
||||
import ErrorBoundary from "~/components/errors/ErrorBoundary.vue";
|
||||
import AccountProfile from "~/components/timelines/account.vue";
|
||||
import AccountProfile from "~/components/social-elements/users/Account.vue";
|
||||
import AccountTimeline from "~/components/timelines/account.vue";
|
||||
import TimelineScroller from "~/components/timelines/timeline-scroller.vue";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue