From 172ac15cffd3ef3309755c8af356aca44cefe45e Mon Sep 17 00:00:00 2001 From: Florian Pires Date: Thu, 4 Mar 2021 17:23:01 +0100 Subject: [PATCH] fix: Reorganize import --- src/components/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/App.jsx b/src/components/App.jsx index 20b0a9ca04..5ea616fa90 100644 --- a/src/components/App.jsx +++ b/src/components/App.jsx @@ -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'