remove unnecessary import

deepsource-autofix-76c6eb20
Dan Gowans 2022-09-16 13:40:39 -04:00
parent d4b80db7f7
commit a065ae44ba
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ import type * as recordTypes from "../types/recordTypes";
import type { cityssmGlobal } from "@cityssm/bulma-webapp-js/src/types"; import type { cityssmGlobal } from "@cityssm/bulma-webapp-js/src/types";
import type { BulmaJS } from "@cityssm/bulma-js/types"; import type { BulmaJS } from "@cityssm/bulma-js/types";
import { response } from "express";
declare const cityssm: cityssmGlobal; declare const cityssm: cityssmGlobal;
declare const bulmaJS: BulmaJS; declare const bulmaJS: BulmaJS;