mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
refactor: interfaces
This commit is contained in:
parent
ff97c9227d
commit
3184a29449
6 changed files with 60 additions and 28 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import {openDialog} from "dialogs";
|
||||
import {toggleLayer} from "layers";
|
||||
// @ts-expect-error js module
|
||||
import {showAboutDialog} from "scripts/options/about";
|
||||
import {showAboutDialog} from "modules/ui/about";
|
||||
import {byId} from "utils/shorthands";
|
||||
import {closeDialogs} from "dialogs/utils";
|
||||
import {minmax} from "utils/numberUtils";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue