diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index d6a3de2d..8f7ec2e1 100755 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -49,6 +49,7 @@ import MFASetUp from './components/MFASetUP.jsx'; import ApiExplorerWrapper from './views/ApiExplorerWrapper.jsx'; import LeftSideBar from './components/LeftSideBar.jsx'; import CodeWorkflow from './views/CodeWorkflow.jsx'; +import NotFound from './views/404.jsx'; import { ToastContainer, toast } from 'react-toastify'; import 'react-toastify/dist/ReactToastify.css'; @@ -679,7 +680,15 @@ const App = (message, props) => { /> } /> - + + + } + /> + return ( diff --git a/frontend/src/components/LeftSideBar.jsx b/frontend/src/components/LeftSideBar.jsx index a7764172..011ec9fe 100644 --- a/frontend/src/components/LeftSideBar.jsx +++ b/frontend/src/components/LeftSideBar.jsx @@ -985,7 +985,7 @@ const LeftSideBar = ({ userdata, serverside, globalUrl, notifications, }) => { - + - +