forked from MapComplete/MapComplete
Chore: reformat all files with prettier
This commit is contained in:
parent
5757ae5dea
commit
d008dcb54d
214 changed files with 8926 additions and 8196 deletions
|
@ -1,12 +1,12 @@
|
|||
import {Utils} from "../../../Utils"
|
||||
import { Utils } from "../../../Utils"
|
||||
import LayoutConfig from "../../../Models/ThemeConfig/LayoutConfig"
|
||||
|
||||
import * as bookcaseJson from "../../../assets/generated/themes/bookcases.json"
|
||||
import {OsmTags} from "../../../Models/OsmFeature"
|
||||
import {Feature, Geometry} from "geojson"
|
||||
import {expect, it} from "vitest"
|
||||
import { OsmTags } from "../../../Models/OsmFeature"
|
||||
import { Feature, Geometry } from "geojson"
|
||||
import { expect, it } from "vitest"
|
||||
import ThemeViewState from "../../../Models/ThemeViewState"
|
||||
import ScriptUtils from "../../../scripts/ScriptUtils";
|
||||
import ScriptUtils from "../../../scripts/ScriptUtils"
|
||||
|
||||
const latestTags = {
|
||||
amenity: "public_bookcase",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue