Skip to content

Commit

Permalink
feat: Fake commit to trigger CI deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Mar 22, 2023
1 parent 31f4e55 commit 149531b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 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,6 +80,8 @@ class Example extends Component {
}
}

;

<>
<Example />
</>
Expand Down

0 comments on commit 149531b

Please sign in to comment.