Skip to content

Commit

Permalink
Footer: Fix package.json version import.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Apr 19, 2024
1 parent 693e6d1 commit 8f676ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useEffect, useRef } from 'react'
import { useDispatch, useSelector } from 'react-redux'
import * as pkg from '../../package.json'
import pkg from '../../package.json'
import Modal from '../@types/Modal'
import { scaleFontDown, scaleFontUp } from '../action-creators/scaleSize'
import showModal from '../action-creators/showModal'
Expand Down

0 comments on commit 8f676ee

Please sign in to comment.