diff --git a/src/components/ListGroup.tsx b/src/components/ListGroup.tsx index d16ddb1..908aaef 100644 --- a/src/components/ListGroup.tsx +++ b/src/components/ListGroup.tsx @@ -1,5 +1,13 @@ -function ListGroup(){ - return

List Group

; +function ListGroup() { + return ( + + ); } -export default ListGroup; \ No newline at end of file +export default ListGroup;