diff --git a/components/ScrollTopAndComment.js b/components/ScrollTopAndComment.js index ca62ca799..ea8efda39 100644 --- a/components/ScrollTopAndComment.js +++ b/components/ScrollTopAndComment.js @@ -1,3 +1,4 @@ +import siteMetadata from '@/data/siteMetadata' import { useEffect, useState } from 'react' import smoothscroll from 'smoothscroll-polyfill' @@ -25,20 +26,22 @@ const ScrollTopAndComment = () => {