Skip to content

Commit 47277b7

Browse files
authored
Update website/src/components/Home/Section/index.tsx
1 parent c4949f6 commit 47277b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/components/Home/Section/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import React from 'react';
99

1010
import styles from './styles.module.css';
1111

12-
function Section({children}: {children: React.ReactNode}) {
12+
function Section({children}: React.PropsWithChildren) {
1313
return (
1414
<div className={styles.wrapper}>
1515
<div className={styles.container}>{children}</div>

0 commit comments

Comments
 (0)