UPD: move Nav to a directory structure

This commit is contained in:
John Huang@tthqws02 2021-11-09 08:11:28 -05:00
parent dde5d5dedc
commit bc5c67007f
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import React from 'react';
import { Navbar, Container } from 'react-bootstrap';
const Nav = () => {

View File

@ -0,0 +1 @@
export {default as Nav} from './Nav';