From 6bc786dc783d2b06af94ca1a034c18d3bf1e41f3 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 11 Jan 2025 03:13:06 +0100 Subject: [PATCH] Fix: attempt to fix build --- src/UI/History/HistoryUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/History/HistoryUtils.ts b/src/UI/History/HistoryUtils.ts index e17da942c5..1b2c4bc200 100644 --- a/src/UI/History/HistoryUtils.ts +++ b/src/UI/History/HistoryUtils.ts @@ -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"