feat: Fixed path for routes

This commit is contained in:
2025-06-09 14:07:51 +03:00
parent 64c15b2622
commit 2ca1f2cba4
13 changed files with 706 additions and 32 deletions

View File

@ -38,18 +38,9 @@ export const RoutePreview = () => {
return (
<MapDataProvider>
<TransformProvider>
<Stack direction="row" height="90vh" width="90vw" overflow="hidden">
<div
style={{
position: "absolute",
top: 0,
left: "50%",
transform: "translateX(-50%)",
zIndex: 1000,
}}
>
<LanguageSwitcher />
</div>
<Stack direction="row" height="100vh" width="100vw" overflow="hidden">
<LanguageSwitcher />
<LeftSidebar />
<Stack direction="row" flex={1} position="relative" height="100%">
<Widgets />