import React from 'react'; import { Layout } from 'antd'; import HomeView from './components/HomeView'; import 'antd/dist/antd.css'; function App() { return (

Dijkstra

Dijkstra is an app thas uses Dijkstra algorithm to display the shortest path between different cities in Belgium.

); } export default App;