Skip to content

Commit

Permalink
Merge pull request #258 from boostcampwm2023/develop
Browse files Browse the repository at this point in the history
[Deploy] Week5 Ver4 배포
  • Loading branch information
qkrwogk authored Dec 6, 2023
2 parents 9420e99 + 6cb60bb commit f07fa96
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions packages/client/src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,7 @@ export default function Home() {
const [nickname, setNickname] = useState('');

const navigate = useNavigate();
const {
spiral,
setSpiral,
start,
setStart,
thickness,
setThickness,
zDist,
setZDist,
} = useGalaxyStore();
const { setSpiral, setStart, setThickness, setZDist } = useGalaxyStore();

useEffect(() => {
const checkLogin = async () => {
Expand Down

0 comments on commit f07fa96

Please sign in to comment.