component: change the Navigation folder structure

master
oscarzhou 2020-12-13 15:26:04 +13:00
parent a76289a7bc
commit 33a13f76e2
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import React from 'react';
import Aux from '../../hoc/Auxiliary';
import classes from './Layout.css';
import Toolbar from '../UI/Navigation/Toolbar/Toolbar';
import Toolbar from '../Navigation/Toolbar/Toolbar';
const layout = (props) => (
<Aux>

View File

@ -1,7 +1,7 @@
import React from 'react';
import classes from './Toolbar.css';
import Logo from '../../../Logo/Logo';
import Logo from '../../Logo/Logo';
const toolbar = () => {
return (