From 9116db2569cca3544c2f4d35b4915c6c78b9d66b Mon Sep 17 00:00:00 2001 From: sigurdgroneng Date: Tue, 7 May 2024 13:18:59 +0200 Subject: [PATCH] Remove unused import --- src/api/lestAPI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/lestAPI.ts b/src/api/lestAPI.ts index 14788bd76..e8a30eb4d 100644 --- a/src/api/lestAPI.ts +++ b/src/api/lestAPI.ts @@ -1,6 +1,6 @@ import { Lest } from '../datatypes/lestTypes'; import { VEILARBLEST_BASE_URL } from '../environment'; -import { fetchToJson, postAsJson, putAsJson } from './utils'; +import { postAsJson, putAsJson } from './utils'; import { hentFraSessionStorage, LocalStorageElement } from '../mocks/demo/localStorage'; export const fetchSisteLest = (): Promise => {