From 63df2c851e31a30dda3b7e9edefb2a97e4c1daa6 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Thu, 16 Feb 2023 15:09:41 +0100 Subject: refactor: remove all unused imports (#9951) Co-authored-by: tamaina --- packages/frontend/src/scripts/popup-position.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/frontend/src/scripts/popup-position.ts') diff --git a/packages/frontend/src/scripts/popup-position.ts b/packages/frontend/src/scripts/popup-position.ts index e84eebf103..cb45002202 100644 --- a/packages/frontend/src/scripts/popup-position.ts +++ b/packages/frontend/src/scripts/popup-position.ts @@ -1,4 +1,3 @@ -import { Ref } from 'vue'; export function calcPopupPosition(el: HTMLElement, props: { anchorElement: HTMLElement | null; -- cgit v1.2.3-freya