Skip to content

Commit

Permalink
chore: github action이 제대로 되는지 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
cheonjiyun committed Aug 27, 2024
1 parent d5a4ef4 commit 054a455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/CreateRoom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import JobCount from '../components/etc/JobCount';
import AppContainerCSS from '../components/layout/AppContainerCSS';
import { notifyUseToast } from '../components/toast/NotifyToast';
import TopEnter from '../components/top/TopEnter';
import TopNight from '../components/top/TopNight';

Check failure on line 14 in src/pages/CreateRoom.tsx

View workflow job for this annotation

GitHub Actions / build

'TopNight' is declared but its value is never read.

Check failure on line 14 in src/pages/CreateRoom.tsx

View workflow job for this annotation

GitHub Actions / build

'TopNight' is declared but its value is never read.
import { VariablesCSS } from '../styles/VariablesCSS';
export function CreateRoom() {
const navigate = useNavigate();
Expand Down

0 comments on commit 054a455

Please sign in to comment.