diff options
| author | Shulhan <ms@kilabit.info> | 2024-10-07 20:07:32 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-10-07 20:07:32 +0700 |
| commit | 18567ca01681760b3c9c679b866ca2e2ce9c1a46 (patch) | |
| tree | b1561637dc5a74a9b4d39e88f50a5dedb415bbb0 /_www/functions.ts | |
| parent | 9a2897530017f1003d15134709cb0a21b07702d5 (diff) | |
| download | gorankusu-18567ca01681760b3c9c679b866ca2e2ce9c1a46.tar.xz | |
_www: rename submodule "wui" to "pakakeh_ts"
Diffstat (limited to '_www/functions.ts')
| -rw-r--r-- | _www/functions.ts | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/_www/functions.ts b/_www/functions.ts index be8862b..4da8af0 100644 --- a/_www/functions.ts +++ b/_www/functions.ts @@ -1,9 +1,15 @@ // SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info> // SPDX-License-Identifier: GPL-3.0-or-later -import { WuiInputFile } from "./wui/input/file.js"; -import { WuiInputNumber, WuiInputNumberOpts } from "./wui/input/number.js"; -import { WuiInputString, WuiInputStringOpts } from "./wui/input/string.js"; +import { WuiInputFile } from "./pakakeh_ts/input/file.js"; +import { + WuiInputNumber, + WuiInputNumberOpts, +} from "./pakakeh_ts/input/number.js"; +import { + WuiInputString, + WuiInputStringOpts, +} from "./pakakeh_ts/input/string.js"; import { CLASS_INPUT, |
