Skip to content

Commit

Permalink
Gallery components: framer motion import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nirnejak committed Oct 24, 2024
1 parent f2297d7 commit 4d60e8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions components/DetailsGallery.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"use client"
import * as React from "react"

import { AnimatePresence } from "framer-motion"
import * as motion from "framer-motion/client"
import { AnimatePresence, motion } from "framer-motion"

import ExpandButton from "components/ExpandButton"
import DataChangeAlertIllustration from "components/illustration/DataChangeAlert"
Expand Down
3 changes: 1 addition & 2 deletions components/HomeGallery.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"use client"
import * as React from "react"

import { AnimatePresence } from "framer-motion"
import * as motion from "framer-motion/client"
import { AnimatePresence, motion } from "framer-motion"

import ExpandButton from "components/ExpandButton"
import AlertsIllustration from "components/illustration/Alerts"
Expand Down
3 changes: 1 addition & 2 deletions components/OthersGallery.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"use client"
import * as React from "react"

import { AnimatePresence } from "framer-motion"
import * as motion from "framer-motion/client"
import { AnimatePresence, motion } from "framer-motion"

import ExpandButton from "components/ExpandButton"
import SetAlertsIllustration from "components/illustration/SetAlerts"
Expand Down

0 comments on commit 4d60e8f

Please sign in to comment.