diff options
Diffstat (limited to 'client-web/scripts/gen_param_table.ts')
-rw-r--r-- | client-web/scripts/gen_param_table.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client-web/scripts/gen_param_table.ts b/client-web/scripts/gen_param_table.ts index cc9a5ac..7179d7e 100644 --- a/client-web/scripts/gen_param_table.ts +++ b/client-web/scripts/gen_param_table.ts @@ -1,4 +1,5 @@ -import { PrefDecl, PREF_DECLS } from "../source/preferences.ts"; +import { PREF_DECLS } from "../source/preferences/decl.ts"; +import { PrefDecl } from "../source/preferences/mod.ts"; console.log(`Option name|Type|Default|Description`); console.log(`---|---|---|---`); |