UPD: move Nav to a directory structure
This commit is contained in:
parent
dde5d5dedc
commit
bc5c67007f
@ -1,3 +1,4 @@
|
||||
import React from 'react';
|
||||
import { Navbar, Container } from 'react-bootstrap';
|
||||
|
||||
const Nav = () => {
|
1
src/components/header/index.js
Normal file
1
src/components/header/index.js
Normal file
@ -0,0 +1 @@
|
||||
export {default as Nav} from './Nav';
|
Loading…
Reference in New Issue
Block a user