Skip to content

Commit

Permalink
[Fix] - 라우팅 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
sayyyho committed Nov 12, 2024
1 parent aeaa997 commit d59bbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { SignUpSubmit } from "@pages/signUp/SignUpSubmit";
import { NuguIntro } from "@pages/nuguIntro/NuguIntro";
import { WriteIntro } from "@pages/nuguIntro/WriteIntro";

import { NuguCreate } from "@pages/SignUp/NuguCreate";
import { NuguCreate } from "@pages/signUp/NuguCreate";
import { NuguTestPage } from "@pages/nuguTest/NuguTest";
import { MakeNuguTest } from "@pages/nuguTest/MakeNuguTest";
import { NuguChallenge } from "@pages/nuguTest/NuguChallenge";
Expand Down

0 comments on commit d59bbef

Please sign in to comment.