Skip to content

Commit

Permalink
๐Ÿ› fix client bug to build
Browse files Browse the repository at this point in the history
- ํด๋ผ์ด์–ธํŠธ ๋นŒ๋“œ๋ฅผ ์œ„ํ•œ ๋ฒ„๊ทธํ”ฝ์Šค

Co-authored-by: ์ด๋ฐฑ๋ฒ” <[email protected]>
  • Loading branch information
qkrwogk and bananaba committed Nov 27, 2023
1 parent 144011a commit a2b04b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/client/src/widgets/loginModal/ui/RightButton.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { Button } from 'shared/ui';
import { useLoginStore } from 'shared/store/userLoginStore';
import axios from 'axios';
import { useNavigate } from 'react-router-dom';
import { BASE_URL } from '@constants';

export default function RightButton() {
const { id, password } = useLoginStore();
Expand Down

0 comments on commit a2b04b4

Please sign in to comment.