◐ Shell
reader mode source ↗
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
6 changes: 2 additions & 4 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import TabNavigation from "./Components/TabNavigation/TabNavigation";
import ContentsSection from "./Components/ContentsSection/ContentsSection";

export default function App() {
return (
<>
<h1>🤖 프로그래머스 JS 정답 통과기</h1>
<TabNavigation />
<ContentsSection />
</>
);
}
28 changes: 28 additions & 0 deletions src/Components/Contents.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
16 changes: 0 additions & 16 deletions src/Components/ContentsSection/ErrorReport/ErrorReportTab.js
27 changes: 0 additions & 27 deletions src/Components/TabNavigation/TabNavigation.js
34 changes: 34 additions & 0 deletions src/Components/Tabs/ErrorReport/ErrorReport.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default function IntroductionTab() {
return (
<div className="IntroductionTab">
<p>IntroductionTab</p>
{/* IntroductionTab content will go here */}
</div>
Expand Down
27 changes: 27 additions & 0 deletions src/Components/Tabs/SolutionReport/SolutionReport.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Toggle all file notes Toggle all file annotations