Skip to content

Commit 3af4a5d

Browse files
committed
[State Management]: small fixes
1 parent 3b8f9b1 commit 3af4a5d

File tree

1 file changed

+0
-1
lines changed
  • state-management/lifting-state-up/src

1 file changed

+0
-1
lines changed

state-management/lifting-state-up/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { useState } from "react";
22

33
type Props = {
44
title: string;
5-
children: string;
65
isActive: boolean;
76
onActivation: () => void;
87
};

0 commit comments

Comments
 (0)