feat: add theme selection and pathfinder theme

This commit is contained in:
Gustav
2025-01-07 16:05:07 -05:00
parent 4001fe5eac
commit 16dbf9378b
21 changed files with 816 additions and 565 deletions

View File

@@ -7,7 +7,7 @@ import { ErrorInfo, useCallback, useEffect, useRef } from 'react';
import { useMapperHandlers } from './useMapperHandlers';
import './common-styles/main.scss';
import { MapRootProvider } from '@/hooks/Mapper/mapRootProvider';
import { MapRootProvider, useMapRootState } from '@/hooks/Mapper/mapRootProvider';
import { MapRootContent } from '@/hooks/Mapper/components/mapRootContent/MapRootContent.tsx';
const ErrorFallback = () => {