Skip to content

Commit

Permalink
fix: import all as preloadData
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Oct 7, 2024
1 parent 6de765c commit 0569852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App/Splash/SpiningSphere/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useEffect, useState } from 'react'
import Lottie from 'react-lottie'
import { Flex } from '~/components/common/Flex'
import preloadData from './preloader.json'
import * as preloadData from './preloader.json'

export const SphereAnimation = () => {
const [isReady, setIsReady] = useState(false)
Expand Down

0 comments on commit 0569852

Please sign in to comment.