From a76999e9a22b91550d10675c650d97f64cc5cab3 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Wed, 8 May 2024 19:19:14 +0530 Subject: [PATCH] lint --- excalidraw-app/tests/test-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalidraw-app/tests/test-utils.ts b/excalidraw-app/tests/test-utils.ts index 0dbf4d9ec..682e724da 100644 --- a/excalidraw-app/tests/test-utils.ts +++ b/excalidraw-app/tests/test-utils.ts @@ -1,4 +1,4 @@ -import { ImportedDataState } from "../../packages/excalidraw/data/types"; +import type { ImportedDataState } from "../../packages/excalidraw/data/types"; import { STORAGE_KEYS } from "../app_constants"; export const initLocalStorage = (data: ImportedDataState) => {