render()

in content/frontend/landing/featured_sections.js [25:33]


        render(createElement) {
          return createElement(TabsSection, {
            props: {
              tabTitles,
              tabContents,
              responsive: true,
            },
          });
        },