Skip to content

Commit

Permalink
deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Jul 31, 2024
1 parent 05b5e59 commit 4cf5ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ChannelService.boot({

export const Main = () => {
const navigate = useNavigate();
console.log('deploy test!');
console.log('deploy test!!!');

useEffect(() => {
const data = Cookie.get('accessToken');
Expand Down

0 comments on commit 4cf5ca7

Please sign in to comment.