From a4acc9655e4d53350d557d6e2283f0ae29f8c247 Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Mon, 4 Dec 2023 15:18:34 +0000 Subject: [PATCH] =?UTF-8?q?[=E2=9C=94=EF=B8=8F]=20Follow=20ts-standard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/structures/FlowWindow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/FlowWindow.ts b/src/structures/FlowWindow.ts index ef4f361..7124116 100644 --- a/src/structures/FlowWindow.ts +++ b/src/structures/FlowWindow.ts @@ -1,7 +1,7 @@ import { v4 as uuid } from 'uuid' import WindowManager from '../instances/WindowManager' import { FlowWindowConfig } from '../types' -import { sanitize } from '../utils'; +import { sanitize } from '../utils' /** * Makes an element draggable.