Skip to content

Commit

Permalink
chore: Router 병합충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
jungwoo3490 committed Jan 16, 2024
1 parent 9216069 commit c25c2ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ function Router() {
<Route path="/create-book" element={<CreateBook />} />
<Route path="/sticker-attach" element={<StickerAttach />} />
<Route path="/select-book" element={<SelectBookPage />} />
>>>>>>>>> Temporary merge branch 2
</Routes>
</BrowserRouter>
);
Expand Down

0 comments on commit c25c2ff

Please sign in to comment.