Reorganize and cleanup

This commit is contained in:
2020-08-22 01:08:18 +02:00
parent 52e04006df
commit 672044e905
21 changed files with 97 additions and 142 deletions

View File

@@ -1,8 +1,8 @@
import React from 'react';
import { Header, Navbar, Nav } from 'rsuite';
import MenuDropdown from './MenuDropdown';
import Title from './../General/Title';
import Title from '../Title';
export default function NavBar({ title }) {
return (