Skip to content

Commit

Permalink
Change svg
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisseurin committed Jul 24, 2024
1 parent df8a7e4 commit 704d59e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 122 deletions.
121 changes: 0 additions & 121 deletions public-transport-map/src/App.tsx

This file was deleted.

3 changes: 2 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import "leaflet/dist/leaflet.css";
import './components/Icon.css';
import './components/StatCounter.css';
import stopPlaceholder from "./assets/stop.svg";
import trainPlaceholder from "/assets/train.svg";
import trainPlaceholder from "./assets/train.svg";
import routePlaceholder from "./assets/road.svg";
//import React from 'react';

function App() {
const [routes, setRoutes] = useState<RouteData[]>([]);
Expand Down

0 comments on commit 704d59e

Please sign in to comment.