forked from MapComplete/MapComplete
Add wrong default import from json files to code quality checks, fix those imports
This commit is contained in:
parent
71c815d37d
commit
ce44f34bf3
42 changed files with 167 additions and 148 deletions
|
|
@ -27,7 +27,7 @@ import { QueryParameters } from "../Logic/Web/QueryParameters"
|
|||
import { SubstitutedTranslation } from "./SubstitutedTranslation"
|
||||
import { AutoAction } from "./Popup/AutoApplyButton"
|
||||
import DynamicGeoJsonTileSource from "../Logic/FeatureSource/TiledFeatureSource/DynamicGeoJsonTileSource"
|
||||
import * as themeOverview from "../assets/generated/theme_overview.json"
|
||||
import themeOverview from "../assets/generated/theme_overview.json"
|
||||
|
||||
class AutomationPanel extends Combine {
|
||||
private static readonly openChangeset = new UIEventSource<number>(undefined)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue