forked from MapComplete/MapComplete
Chore: housekeeping, fix tests
This commit is contained in:
parent
1f67ab2aca
commit
36a73f3a17
50 changed files with 1124 additions and 1022 deletions
10
src/test.ts
10
src/test.ts
|
|
@ -1,8 +1,8 @@
|
|||
import LayoutConfig from "./Models/ThemeConfig/LayoutConfig";
|
||||
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 LayoutConfig from "./Models/ThemeConfig/LayoutConfig"
|
||||
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"
|
||||
|
||||
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