Skip to content

Commit

Permalink
♻️ refactor: notFound pages폴더로 이동
Browse files Browse the repository at this point in the history
jungmyunggi committed Jan 14, 2025
1 parent 74d6f8b commit 5e94914
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { lazy, Suspense, useEffect } from "react";
import { Routes, Route } from "react-router-dom";

import NotFound from "@/components/layout/NotFound";

import LoadingPage from "@/pages/Loading.tsx";
import NotFound from "@/pages/NotFound";

import { denamuAscii } from "@/constants/denamuAscii.ts";

File renamed without changes.

0 comments on commit 5e94914

Please sign in to comment.