Skip to content

Commit

Permalink
fix: Reorganize import
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Pires committed Mar 4, 2021
1 parent 619e44e commit 172ac15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { withRouter } from 'react-router'
import compose from 'lodash/flowRight'

import Alerter from 'cozy-ui/transpiled/react/Alerter'
import { Layout, Main, Content } from 'cozy-ui/transpiled/react/Layout'
import { Content, Layout, Main } from 'cozy-ui/transpiled/react/Layout'
import UISidebar from 'cozy-ui/transpiled/react/Sidebar'

import { settingsConn } from 'doctypes'
Expand Down

0 comments on commit 172ac15

Please sign in to comment.