File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import SynthesizeCardsSection from "./SynthesizeCardsSection";
66import CommunityUsersSection from "./CommunityUsersSection" ;
77import SdvInNumbersSection from "./SdvInNumbersSection" ;
88import SdvCoreSection from "./SdvCoreSection" ;
9- // import SdvOpenCoreSection from "./SdvOpenCoreSection";
9+ import SdvOpenCoreSection from "./SdvOpenCoreSection" ;
1010import BannerSection from "./BannerSection" ;
1111// import LatestsNewsSubSection from "./LatestsNewsSubSection";
1212
@@ -90,7 +90,7 @@ export default function CommunityStatsContent() {
9090 < SdvInNumbersSection data = { data } />
9191 < CommunityUsersSection />
9292 { /* <LatestsNewsSubSection /> */ }
93- { /* <SdvOpenCoreSection /> */ }
93+ < SdvOpenCoreSection />
9494 < SdvCoreSection dependenciesData = { dependenciesData } />
9595 < NewsSliderSection />
9696 < BannerSection />
You can’t perform that action at this time.
0 commit comments