Skip to content

Commit

Permalink
feat: Fake commit to trigger CI deployment
Browse files Browse the repository at this point in the history
This reverts commit 149531b.
  • Loading branch information
JF-Cozy committed Mar 22, 2023
1 parent 3e10b4b commit ea46474
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions react/Breadcrumbs/Readme.md
Expand Up @@ -6,13 +6,13 @@ context.

```jsx
import { Component } from 'react'
import Breadcrumbs from 'cozy-ui/transpiled/react/Breadcrumbs'
import Icon from 'cozy-ui/transpiled/react/Icon'
import Breadcrumbs from 'cozy-ui/transpiled/react/Breadcrumbs';
import Icon from 'cozy-ui/transpiled/react/Icon';
import FileIcon from 'cozy-ui/transpiled/react/Icons/File'
import FolderIcon from 'cozy-ui/transpiled/react/Icons/Folder'

const items = [
{
{
name: 'Joe Hisaishi',
items: [
{
Expand All @@ -24,7 +24,7 @@ const items = [
}
]
},
{ name: 'Rodrigo y Gabriella',
{ name: 'Rodrigo y Gabriella',
items: [
{ name: 'Hanuman' },
{ name: 'Tamacun' }
Expand Down Expand Up @@ -80,8 +80,6 @@ class Example extends Component {
}
}

;

<>
<Example />
</>
Expand Down

0 comments on commit ea46474

Please sign in to comment.