Skip to content

Commit

Permalink
refactor: QrCode 파일 경오 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nlom0218 committed Mar 14, 2024
1 parent 2dc6bd8 commit 1e6cdf0
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import SignIn from '@Pages/Auth/SignIn';
import SignUp from '@Pages/Auth/SignUp';
import LunchMenu from '@Pages/ClassManagement/LunchMenu';
import Home from '@Pages/Home';
import QrCode from '@Pages/QrCode';
import StudentManagement from '@Pages/StudentManagement';
import StudentInfo from '@Pages/StudentManagement/StudentInfo';
import StudentRegister from '@Pages/StudentManagement/StudentRegister';
import QrCode from '@Pages/Tools/QrCode';
import RandomPick from '@Pages/Tools/RandomPick';
import Timer from '@Pages/Tools/Timer';

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1e6cdf0

Please sign in to comment.