diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-16 07:46:55 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-16 07:46:55 -0500 |
| commit | 3c71a4b9c727f8eee8631b46b28c010682608f13 (patch) | |
| tree | 461dbe3b4ac666d6ddc2c736d9b024dfcbc85275 /src/client/util | |
| parent | 32b197fd3a0340d01a4b432d7815a14eefda0a97 (diff) | |
Fixed server and added a field debug viewer
Diffstat (limited to 'src/client/util')
| -rw-r--r-- | src/client/util/Scripting.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/Scripting.ts b/src/client/util/Scripting.ts index 6bc5fa412..befb9df4c 100644 --- a/src/client/util/Scripting.ts +++ b/src/client/util/Scripting.ts @@ -6,7 +6,7 @@ import { NumberField as NumberFieldImport, NumberField } from "../../fields/Numb import { ImageField as ImageFieldImport } from "../../fields/ImageField"; import { TextField as TextFieldImport, TextField } from "../../fields/TextField"; import { RichTextField as RichTextFieldImport } from "../../fields/RichTextField"; -import { KeyStore as KeyStoreImport } from "../../fields/Key"; +import { KeyStore as KeyStoreImport } from "../../fields/KeyStore"; export interface ExecutableScript { (): any; |
