import React from "react"; import styles from "./index.less"; import { Collapse } from "antd"; const { Panel } = Collapse; function callback(key) { console.log(key); } const text = ` A dog is a type of domesticated animal. Known for its loyalty and faithfulness, it can be found as a welcome guest in many households across the world. `; export default () => (

{text}

{text}

{text}

);