import React from 'react'; import { BreakpointProvider } from './components/Breakpoint' import { ConfigProvider } from 'antd' import { Button } from './components/Button' import Icon from '@ant-design/icons'; import { ReactComponent as CloseIcon } from './icons/close.svg' const brandPrimary = '#FF5200'; const textPrimary = '#1E1D1F' const textDarker = '#000022' const textLighter = '#8F9296' const white = '#FDFDFD' function App() { const items = [ { title: 'Account', }, { title: 'Tester Info', }, { title: 'Review', }, { title: 'Done', }, ]; return (
iHealth