## Description The component should handle the search input and expose the search action to the parent component, keeping the page component focused on displaying the page and handling search results. Right now all of this is handled in `CharactersPage` ## Done when - [x] A separate SearchBar component has been created - [x] The search field and related UI have been moved from the page into SearchBar - [x] The page still performs the search as before - [x] The search functionality is covered by a component test