Skip to content

Commit c86c47f

Browse files
committed
[React]: fix props.children example
1 parent a762181 commit c86c47f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

react/props.children/src/App.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { useState } from "react";
2-
31
type Props = {
42
attribute: string;
53
children: JSX.Element;

0 commit comments

Comments
 (0)