forked from MapComplete/MapComplete
Chore: attempt to fix build
This commit is contained in:
parent
919fc108cd
commit
3987322870
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
import { default as StatisticsSvelte } from "../UI/Statistics/StatisticsGui.svelte"
|
||||
import StatisticsSvelte from "../UI/Statistics/StatisticsGui.svelte"
|
||||
|
||||
const target = document.getElementById("main")
|
||||
target.innerHTML = ""
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import DetermineTheme from "./Logic/DetermineTheme"
|
||||
import { default as SingleThemeGui } from "./UI/SingleThemeGui.svelte"
|
||||
import { default as CustomThemeError } from "./UI/CustomThemeError.svelte"
|
||||
import SingleThemeGui from "./UI/SingleThemeGui.svelte"
|
||||
import CustomThemeError from "./UI/CustomThemeError.svelte"
|
||||
|
||||
|
||||
async function main() {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import MetaTagging from "./src/Logic/MetaTagging"
|
||||
import {default as SingleThemeGui} from "./UI/SingleThemeGui.svelte"
|
||||
import SingleThemeGui from "./src/UI/SingleThemeGui.svelte"
|
||||
|
||||
|
||||
async function main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue