From 53ff60ae5a59e5b44b999962b5522c44fa208806 Mon Sep 17 00:00:00 2001 From: kunkliricsi Date: Thu, 12 Nov 2020 18:57:27 +0100 Subject: [PATCH] Added devices id route parameter --- Birdmap.API/ClientApp/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Birdmap.API/ClientApp/src/App.tsx b/Birdmap.API/ClientApp/src/App.tsx index 0746ed8..ac052e9 100644 --- a/Birdmap.API/ClientApp/src/App.tsx +++ b/Birdmap.API/ClientApp/src/App.tsx @@ -45,7 +45,7 @@ function App() { } const DashboardComponent = () => { - return Dashboard; + return This is a link; }; const DevicesComponent = () => { @@ -66,7 +66,7 @@ function App() { - +