From c8d1ecd2e959a512534ae2533290039c56e44d61 Mon Sep 17 00:00:00 2001 From: Lasse Bjermeland Date: Thu, 7 Nov 2024 10:35:26 +0100 Subject: [PATCH] Fix route --- src/AppOverview.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/AppOverview.tsx b/src/AppOverview.tsx index beeee1a..b6a3287 100644 --- a/src/AppOverview.tsx +++ b/src/AppOverview.tsx @@ -2,6 +2,7 @@ import { Grid } from '@mui/material' import Box from '@mui/material/Box' import React from 'react' import CodeBox from './components/CodeBox' +import { Link } from 'react-router-dom'; import { backgroundColorDefault, cardBgColor } from './layout/Colors' import './layout/Menu.css' @@ -17,7 +18,7 @@ const AppOverview = () => { For example of usage in SIMA, see the example repository or the examples in the code repositories of the libraries.
- To start, you can head over to the datasets section and select some data of interest or directly to post processing to find different applications of the library + To start, you can head over to the datasets section and select some data of interest or directly to post processing to find different applications of the library

To install the library and its dependencies, you can use the following command: