From 8ab0a76f35ff8761b176bc2ba06e05b6e925c4ce Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Sat, 29 Jun 2024 15:49:05 +0200 Subject: [PATCH] coorected the hightlight path --- src/App/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/App.tsx b/src/App/App.tsx index 3525633d..d05e4835 100644 --- a/src/App/App.tsx +++ b/src/App/App.tsx @@ -10,7 +10,7 @@ import { stringToSlug } from "../utils/stringToSlug.ts"; import { useEffect} from "react"; import Villbuttonrow from "../components/Villagebuttons.tsx"; import Sidebar from "../components/Sidebar.tsx"; -import "../../utils/highlight.js"; +import "../utils/highlight.js"; /* import Sidebar from "../../components/Sidebar.tsx"; */ const App = () => { -- GitLab