diff --git a/parts/2/phoneBook/src/App.jsx b/parts/2/phoneBook/src/App.jsx index a61b6cf..858c1f6 100644 --- a/parts/2/phoneBook/src/App.jsx +++ b/parts/2/phoneBook/src/App.jsx @@ -1,6 +1,14 @@ import { useState } from "react"; import PersonList from "./components/PersonList"; +const SearchArea = ({ onChangeHandler }) => { + return ( +