import React from "react"; import { ListGroup, ListGroupItem } from "../.."; export default () => { return (
Hello My Friend
); };