(feature) Update UI & Resource Availability
This commit is contained in:
parent
11d8229eb5
commit
929193d272
44 changed files with 4747 additions and 27 deletions
16
src/nav/Viewport.jsx
Normal file
16
src/nav/Viewport.jsx
Normal file
|
@ -0,0 +1,16 @@
|
|||
import Box from "@mui/material/Box";
|
||||
import Toolbar from "@mui/material/Toolbar";
|
||||
import MCLPortal from "./MCLPortal.jsx";
|
||||
// Import Navbar
|
||||
/*import Navbar from "./Navbar.jsx";*/
|
||||
import MCLMenu from "./MCLMenu.jsx";
|
||||
|
||||
export default function Views() {
|
||||
return (
|
||||
<div className="view">
|
||||
<MCLMenu />
|
||||
<Toolbar />
|
||||
<MCLPortal />
|
||||
</div>
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue