import React from 'react';
import { Breadcrumb } from 'antd';
const items = [
{
key: '1',
label: (
General
),
},
{
key: '2',
label: (
Layout
),
},
{
key: '3',
label: (
Navigation
),
},
];
const App: React.FC = () => (
Ant Design
Component
General
Button
);
export default App;