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 install the library and its dependencies, you can use the following command: