8 lines
280 B
Plaintext
8 lines
280 B
Plaintext
|
|
<Breadcrumbs separator={<KeyboardArrowLeft />} aria-label="breadcrumbs">
|
||
|
|
<Typography>Amy</Typography>
|
||
|
|
{['Characters', 'Futurama', 'TV Shows', 'Home'].map((item: string) => (
|
||
|
|
<Link key={item} color="neutral" href="#separators">
|
||
|
|
{item}
|
||
|
|
</Link>
|
||
|
|
))}
|
||
|
|
</Breadcrumbs>
|