Chore: attempt to fix build

This commit is contained in:
Pieter Vander Vennet 2025-01-23 14:27:02 +01:00
parent 919fc108cd
commit 3987322870
3 changed files with 4 additions and 4 deletions

View file

@ -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 = ""

View file

@ -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() {

View file

@ -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() {