Fix: attempt to fix build

This commit is contained in:
Pieter Vander Vennet 2025-01-11 03:13:06 +01:00
parent 86dfcb23ff
commit 6bc786dc78

View file

@ -1,4 +1,4 @@
import * as all_layers from "../../assets/generated/themes/personal.json"
import * as all_layers from "../../../public/assets/generated/themes/personal.json"
import ThemeConfig from "../../Models/ThemeConfig/ThemeConfig"
import { OsmObject } from "../../Logic/Osm/OsmObject"