import React from "react"; import styles from "./index.less"; import { useState } from "react"; import { Timeline, Radio } from "antd"; function TimelimeLabelDemo() { const [mode, setMode] = useState("left"); const onChange = e => { setMode(e.target.value); }; return ( <> Left Right Alternate Create a services Solve initial network problems Technical testing Network problems being solved ); } export default () => (
);