mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
refactor: ♻️ Use explicit imports for OverlayScrollbars
This commit is contained in:
parent
0f6e87c275
commit
862839bf34
5 changed files with 4 additions and 12 deletions
|
|
@ -27,7 +27,7 @@ import Navigation from "~/components/sidebars/navigation.vue";
|
|||
import AttachmentDialog from "~/components/social-elements/notes/attachment-dialog.vue";
|
||||
import Notifications from "~/components/timelines/notifications.vue";
|
||||
import TimelineScroller from "~/components/timelines/timeline-scroller.vue";
|
||||
import { OverlayScrollbarsComponent } from "#imports";
|
||||
import { OverlayScrollbarsComponent } from "overlayscrollbars-vue";
|
||||
const { width } = useWindowSize();
|
||||
|
||||
const { n } = useMagicKeys();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue