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

This commit is contained in:
Struchkov Mark 2024-09-08 15:01:01 +03:00
parent 29b60d6264
commit b5ec2662fc
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -1,7 +1,7 @@
import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } from "./types"
// @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) => {
// Extract necessary data from fileData or another source