Pages Config

This commit is contained in:
2021-12-14 18:52:42 +07:00
parent f5903db03e
commit 558ca2a098
18 changed files with 421 additions and 342 deletions

View File

@@ -5,7 +5,7 @@ import {Link} from "react-router-dom";
export const BreadcumbComponent = (props) => {
return (
<div>
<Breadcrumb style={{marginBottom: 10}}>
<Breadcrumb>
{props.data.map((e, index) => (
<Breadcrumb.Item key={index}>
<Link to={e.route}>