-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
새 리액트 앱 구성 중 에러 발생 #4
Labels
bug
Something isn't working
Comments
export default Router; |
해결!1. configStore 수정 내용: 더미값 추가2. Main의 ()제거import React from "react";
const Main = () => {
return (
<>
Main
</>
);
};
export default Main; 결론
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
router를 작성하던 중 발생한 에러입니다.
The text was updated successfully, but these errors were encountered: