Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed May 7, 2024
1 parent 9caa2e2 commit 9116db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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<Lest[]> => {
Expand Down

0 comments on commit 9116db2

Please sign in to comment.