forked from MapComplete/MapComplete
Remove unused imports
This commit is contained in:
parent
3137f2497b
commit
78acb2794e
1 changed files with 1 additions and 4 deletions
|
@ -3,13 +3,10 @@ import {Utils} from "../Utils";
|
|||
Utils.runningFromConsole = true;
|
||||
import {AllKnownLayouts} from "../Customizations/AllKnownLayouts";
|
||||
import LayoutConfig from "../Customizations/JSON/LayoutConfig";
|
||||
import {TagsFilter} from "../Logic/Tags/TagsFilter";
|
||||
import LanguagePicker from "../UI/LanguagePicker";
|
||||
import Locale from "../UI/i18n/Locale";
|
||||
import {Layer} from "leaflet";
|
||||
import LayerConfig from "../Customizations/JSON/LayerConfig";
|
||||
import {Translation} from "../UI/i18n/Translation";
|
||||
import {readFileSync, writeFile, writeFileSync} from "fs";
|
||||
import {readFileSync, writeFileSync} from "fs";
|
||||
|
||||
/**
|
||||
* Generates all the files in "Docs/TagInfo". These are picked up by the taginfo project, showing a link to the mapcomplete theme if the key is used
|
||||
|
|
Loading…
Reference in a new issue