js file, import // the components you exported just the way you did it import NavBar from './NavBar'; import SideBar from './SideBar'; export { NavBar, SideBar } ...
確定! 回上一頁