Skip to content

Commit

Permalink
Fix Variants import in utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jonulak committed Dec 24, 2024
1 parent 40ed960 commit af1cd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/variants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Variants } from "motion";
import { Variants } from "motion/react";

export const scrollUpVariants: Variants = {
offscreen: {
Expand Down

0 comments on commit af1cd76

Please sign in to comment.