修复编译异常
This commit is contained in:
tangly1024
2021-12-14 19:32:06 +08:00
parent 3796b0f64a
commit 71924deefd
7 changed files with 10 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ import {
faWeibo,
faWeixin
} from '@fortawesome/free-brands-svg-icons'
import { faLink, faStar } from '@fortawesome/free-solid-svg-icons'
import { faLink } from '@fortawesome/free-solid-svg-icons'
const ShareBar = ({ post }) => {
const router = useRouter()