_SocialShare.tsx
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-09-08 14:44:44 +03:00
parent f02f6c01b7
commit 1bc0820daf
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -2,7 +2,7 @@ import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } fro
// If `script` is required but causes type issues, consider fixing the type instead of ignoring.
// @ts-ignore
import script from "./scripts/_socialshare.inline"
import style from "./styles/_socialshare.scss.scss"
import style from "./styles/_socialshare.scss"
const SocialShare: QuartzComponent = ({ displayClass, fileData }: QuartzComponentProps) => {
return (