Reorganize File Structure

This commit is contained in:
jveebs 2023-03-28 17:23:39 -04:00
parent 9e1bf59f43
commit 8d28512fbf
7 changed files with 30 additions and 27 deletions

View file

@ -2,6 +2,8 @@ import { Toolbar } from "@material-ui/core";
function VerticalAppBar() {
return(
Toolbar
AppBar(
)
);
}