Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
zoi23333 committed Oct 6, 2023
1 parent d4a0af9 commit 6c15395
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/pages/RoadDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { useState } from 'react';
ß;
import '../css/road_details.css'; // Import the CSS file

import MapArea from '../Components/RoadDetailsAAA/MapArea';
import RoadImage from '../Components/RoadDetailsAAA/RoadImage';
import TopBar from '../Components/RoadDetailsAAA/TopBar';
import MapArea from '../Components/RoadDetails/MapArea';
import RoadImage from '../Components/RoadDetails/RoadImage';
import TopBar from '../Components/RoadDetails/TopBar';

const RoadDetails = () => {
const [showMapImageMode, setShowRoadImageMode] = useState(false);
Expand Down

0 comments on commit 6c15395

Please sign in to comment.