From 120a3c6bddd0fb8d9fa05df4763596956554c025 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 28 Dec 2025 23:08:25 +0100 Subject: Improve planning widget --- src/frontend/app/root.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/frontend/app/root.tsx') diff --git a/src/frontend/app/root.tsx b/src/frontend/app/root.tsx index 7b56b2d..87d7a9c 100644 --- a/src/frontend/app/root.tsx +++ b/src/frontend/app/root.tsx @@ -21,6 +21,7 @@ maplibregl.addProtocol("pmtiles", pmtiles.tile); //#endregion import { QueryClient, QueryClientProvider } from "@tanstack/react-query"; +import { PlannerProvider } from "./contexts/PlannerContext"; import "./i18n"; const queryClient = new QueryClient(); @@ -95,7 +96,9 @@ export default function App() { return ( - + + + ); -- cgit v1.3