fix: missing import

This commit is contained in:
naskya 2023-12-20 19:33:17 +09:00
parent 1c6764031d
commit 2f2d7542b5
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -30,6 +30,7 @@
import { onMounted, onUnmounted, ref, shallowRef } from "vue";
// import { deviceKind } from "@/scripts/device-kind";
import { i18n } from "@/i18n";
import { defaultStore } from "@/store";
const SCROLL_STOP = 10;
const MAX_PULL_DISTANCE = Infinity;