We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59c373 commit a6f0bc5Copy full SHA for a6f0bc5
calc-frontend/src/pages/Home.tsx
@@ -5,7 +5,7 @@ import SignInButton from "../components/ui/SignInButton";
5
import SignOutButton from "../components/ui/SignOutButton";
6
import derivativeVideo from '../animations/manim-videos/derivativeAnimation/1080p60/DerivativeAnimation.mp4';
7
import integralVideo from '../animations/manim-videos/integralAnimation/1080p60/RightRiemannSum.mp4';
8
-import limitVideo from '../animations/manim-videos/limitAnimation/1080p60/Limit.mp4';
+import limitVideo from '../animations/manim-videos/limitsAnimation/1080p60/Limit.mp4';
9
10
function Home() {
11
const { session, isPending } = useAuth();
0 commit comments