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
14
test.ts
14
test.ts
|
@ -3,13 +3,13 @@ import * as theme from "./assets/generated/themes/bookcases.json"
|
|||
import ThemeViewState from "./Models/ThemeViewState"
|
||||
import Combine from "./UI/Base/Combine"
|
||||
import SpecialVisualizations from "./UI/SpecialVisualizations"
|
||||
import ValidatedInput from "./UI/InputElement/ValidatedInput.svelte";
|
||||
import SvelteUIElement from "./UI/Base/SvelteUIElement";
|
||||
import {UIEventSource} from "./Logic/UIEventSource";
|
||||
import {Unit} from "./Models/Unit";
|
||||
import {Denomination} from "./Models/Denomination";
|
||||
import {VariableUiElement} from "./UI/Base/VariableUIElement";
|
||||
import {FixedUiElement} from "./UI/Base/FixedUiElement";
|
||||
import ValidatedInput from "./UI/InputElement/ValidatedInput.svelte"
|
||||
import SvelteUIElement from "./UI/Base/SvelteUIElement"
|
||||
import { UIEventSource } from "./Logic/UIEventSource"
|
||||
import { Unit } from "./Models/Unit"
|
||||
import { Denomination } from "./Models/Denomination"
|
||||
import { VariableUiElement } from "./UI/Base/VariableUIElement"
|
||||
import { FixedUiElement } from "./UI/Base/FixedUiElement"
|
||||
|
||||
function testspecial() {
|
||||
const layout = new LayoutConfig(<any>theme, true) // qp.data === "" ? : new AllKnownLayoutsLazy().get(qp.data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue