Skip to content

Commit e6efada

Browse files
committed
feat: 7주차 미션 완료
1 parent d89e2e0 commit e6efada

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1021
-106
lines changed
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"react": "^19.1.1",
2020
"react-dom": "^19.1.1",
2121
"react-hook-form": "^7.65.0",
22+
"react-icons": "^5.5.0",
2223
"react-intersection-observer": "^10.0.0",
2324
"react-router-dom": "^7.9.4",
2425
"tailwindcss": "^4.1.16",
Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import GoogleLoginRedirectPage from "./pages/GoogleLoginRedirectPage";
1212
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
1313
import { ReactQueryDevtools } from "@tanstack/react-query-devtools";
1414
import LpDetailPage from "./pages/LpDetailPage";
15-
import LpCreatePage from "./pages/LpCreatePage";
1615

1716
const router = createBrowserRouter([
1817
{
@@ -27,7 +26,6 @@ const router = createBrowserRouter([
2726
children: [
2827
{ path: "my", element: <MyPage /> },
2928
{ path: "lps/:id", element: <LpDetailPage /> },
30-
{ path: "lps/create", element: <LpCreatePage /> },
3129
],
3230
},
3331
],

0 commit comments

Comments
 (0)