From ce205964f855525129d3c703e8b19378bcfa185e Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Tue, 24 Aug 2021 23:25:16 +0400 Subject: [PATCH] notice to add password --- website/src/lib/backend-calls.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/website/src/lib/backend-calls.ts b/website/src/lib/backend-calls.ts index 5b424e3..e2cc46b 100644 --- a/website/src/lib/backend-calls.ts +++ b/website/src/lib/backend-calls.ts @@ -1,6 +1,5 @@ import * as FT from "./functions-types"; import * as AT from "./account-types"; -import { Types as IT } from "@lingdocs/pashto-inflector"; type Service = "account" | "functions";