Skip to content

Commit

Permalink
Merge pull request #183 from choco-team/182-fe-qr코드-페이지-수정
Browse files Browse the repository at this point in the history
refactor: QrCode 파일 경오 수정
  • Loading branch information
nlom0218 authored Mar 14, 2024
2 parents 2dc6bd8 + 1e6cdf0 commit 21ecac6
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 21ecac6

Please sign in to comment.