aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/lib/api/account/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'code/app/src/lib/api/account/index.ts')
-rw-r--r--code/app/src/lib/api/account/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/code/app/src/lib/api/account/index.ts b/code/app/src/lib/api/account/index.ts
index cfd627b..6dbcdc8 100644
--- a/code/app/src/lib/api/account/index.ts
+++ b/code/app/src/lib/api/account/index.ts
@@ -1,5 +1,4 @@
import {api_base} from "$lib/configuration";
-import type {SessionData} from "src/lib/models/base/SessionData";
import {http_delete_async, http_get_async, http_post_async} from "../_fetch";
export const http_account = {