diff --git a/src/App.tsx b/src/App.tsx index 184e1c1..a59440a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,15 +1,10 @@ -import ListGroup from "./components/ListGroup"; +import Alert from "./components/Alert"; -function App() { - let items = ["New York", "San Francisco", "Tokyo", "London"]; - - const handleSelectItem = (item: string) => { - console.log(item) - } +function App() { return (