From 57c452f78e7b8cbbe0d36bbb68261453bde79749 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Thu, 15 Sep 2022 10:44:42 -0700 Subject: [PATCH] fix dup import --- packages/client/src/pages/timeline.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/client/src/pages/timeline.vue b/packages/client/src/pages/timeline.vue index bda8ec861c..2195168b6e 100644 --- a/packages/client/src/pages/timeline.vue +++ b/packages/client/src/pages/timeline.vue @@ -40,7 +40,7 @@ :modules="[Virtual]" :space-between="20" :virtual="true" - :allow-touch-move="deviceKind === 'smartphone'" + :allow-touch-move="deviceKind === 'smartphone'" @swiper="setSwiperRef" @slide-change="onSlideChange" > @@ -79,7 +79,6 @@ import { instance } from '@/instance'; import { $i } from '@/account'; import { definePageMetadata } from '@/scripts/page-metadata'; import { deviceKind } from '@/scripts/device-kind'; -import { deviceKind } from '@/scripts/device-kind'; import 'swiper/scss'; import 'swiper/scss/virtual';