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

This commit is contained in:
2024-09-08 16:20:04 +03:00
parent 545e39fdd2
commit 7154af060d

View File

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