diff options
| author | Caleb <caleb.mabry.15@cnu.edu> | 2022-09-07 17:01:25 -0400 |
|---|---|---|
| committer | Caleb <caleb.mabry.15@cnu.edu> | 2022-09-07 17:01:25 -0400 |
| commit | 3f8d0974b327e663328bc36cd97f1ba1855a2269 (patch) | |
| tree | fe9a18c8c0cdbf1ab8ef037af6f98a53b0ea018f /webAO/dom/cancelEvidence.ts | |
| parent | 5362069a05b4bfbef03f37605af979aa3cf0e066 (diff) | |
Added more functions
Diffstat (limited to 'webAO/dom/cancelEvidence.ts')
| -rw-r--r-- | webAO/dom/cancelEvidence.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webAO/dom/cancelEvidence.ts b/webAO/dom/cancelEvidence.ts index 6565288..a906613 100644 --- a/webAO/dom/cancelEvidence.ts +++ b/webAO/dom/cancelEvidence.ts @@ -1,4 +1,5 @@ -import { client, updateEvidenceIcon } from "../client"; +import { client, } from "../client"; +import { updateEvidenceIcon } from './updateEvidenceIcon' import { AO_HOST } from "../client/aoHost"; |
