// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders ./components/breadcrumb/demo/basic.md correctly 1`] = `
Home / Application Center / Application List / An Application /
`; exports[`renders ./components/breadcrumb/demo/router.md correctly 1`] = `
Home Application List
Home Page
Click the navigation above to switch:
Home /
`; exports[`renders ./components/breadcrumb/demo/router-4.md correctly 1`] = `
Home Application List
Home Page
Click the navigation above to switch:
`; exports[`renders ./components/breadcrumb/demo/separator.md correctly 1`] = `
Home > Application Center > Application List > An Application >
`; exports[`renders ./components/breadcrumb/demo/withIcon.md correctly 1`] = `
/ Application List / Application /
`;