Add Breadcrumbs test

This commit is contained in:
Marliana Lara
2019-01-25 16:23:21 -05:00
parent b820e411d3
commit 21298c8872
2 changed files with 71 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ const Breadcrumbs = ({ breadcrumbConfig }) => {
>
<Breadcrumb>
<Route
path="/:path"
render={(props) => <Crumb breadcrumbConfig={breadcrumbConfig} {...props} />}
/>
</Breadcrumb>