Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshnjena committed Feb 25, 2023
1 parent 1a141a2 commit 33c9505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 3D_webApp/pages/world.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { Player } from "@lottiefiles/react-lottie-player";
const world = () => {
useEffect(() => {
setTimeout(() => {
if (!user) router.push("/");
setLoading(false);
}, 5000);
}, []);
Expand Down

2 comments on commit 33c9505

@vercel
Copy link

@vercel vercel bot commented on 33c9505 Feb 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

z-space-2d – ./2D_webApp

z-space-2d-adarshnjena.vercel.app
z-space-2d-git-main-adarshnjena.vercel.app
zspace2d.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 33c9505 Feb 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

z-space – ./3D_webApp

z-space-git-main-adarshnjena.vercel.app
z-space-adarshnjena.vercel.app
zspace.vercel.app

Please sign in to comment.