Draft: Create Navigation Window component
Not all pages need to have a side menu or a navigation bar. Instead of
If you want only a navigation bar, add <NavBar />
on the top.
If you want a navigation bar and a side menu, use:
<NavigationWindow>
your content here
</NavigationWindow>