Skip to content

Commit

Permalink
Add public-transport-map folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisseurin committed Jul 23, 2024
1 parent 7435577 commit 8676e5d
Show file tree
Hide file tree
Showing 31 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="module" src="public-transport-map/src/main.tsx"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/App.tsx → public-transport-map/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import './components/StatCounter.css';
import stopPlaceholder from "./assets/stop.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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8676e5d

Please sign in to comment.