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

This commit is contained in:
Struchkov Mark 2024-09-08 16:20:04 +03:00
parent 545e39fdd2
commit 7154af060d
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -26,7 +26,7 @@ import GithubSource from "./_GithubSource"
import RandomPageButton from "./_RandomPageButton" import RandomPageButton from "./_RandomPageButton"
import Ads from "./_Ads" import Ads from "./_Ads"
import YandexMetrika from "./_YandexMetrika" import YandexMetrika from "./_YandexMetrika"
import SocialShare from "./_SocialShare" // import SocialShare from "./_SocialShare"
export { export {
ArticleTitle, ArticleTitle,
@ -57,5 +57,5 @@ export {
RandomPageButton, RandomPageButton,
Ads, Ads,
YandexMetrika, YandexMetrika,
SocialShare // SocialShare
} }