File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import clsx from "clsx";
33import styles from "./styles.module.css" ;
44import React from "react" ;
55
6- export default function CallToAction ( ) : JSX . Element {
6+ export default function CallToAction ( ) : React . JSX . Element {
77 return (
88 < section className = { styles . section } >
99 < div className = "container" >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import clsx from "clsx";
33import styles from "./styles.module.css" ;
44import React from "react" ;
55
6- export default function HomepageProducts ( ) : JSX . Element {
6+ export default function HomepageProducts ( ) : React . JSX . Element {
77 return (
88 < section className = { styles . features } >
99 < div className = "container" >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from "react";
22import Layout from "@theme/Layout" ;
33import ProductsDemo from "../components/Demos" ;
44
5- export default function Products ( ) : JSX . Element {
5+ export default function Products ( ) : React . JSX . Element {
66 return (
77 < Layout
88 title = "Products"
You can’t perform that action at this time.
0 commit comments