Skip to content
Snippets Groups Projects
Commit 4b657b5c authored by sandcha's avatar sandcha
Browse files

Fix duplicate imports

parent 1f930f0f
No related branches found
No related tags found
1 merge request!114Track les demandes d'estimations et l'ouverture des articles pour ir et dotations
......@@ -6,8 +6,7 @@ import { Fragment, PureComponent } from "react";
// eslint-disable-next-line no-unused-vars
import { connect, ConnectedProps } from "react-redux";
import { Matomo, SimulationPage } from "../components/common";
import { trackEvent } from "../components/common";
import { SimulationPage, Matomo, trackEvent } from "../components/common";
import {
Articles,
DfHelpWindow,
......
......@@ -8,8 +8,7 @@ import { Fragment, PureComponent } from "react";
// eslint-disable-next-line no-unused-vars
import { connect, ConnectedProps } from "react-redux";
import { Matomo, SimulationPage } from "../components/common";
import { trackEvent } from "../components/common";
import { SimulationPage, Matomo, trackEvent } from "../components/common";
import { Articles, CartesImpact as ImpactCards } from "../components/ir";
import PopinManager from "../components/PopinManager";
import withRoot from "../lib/withRoot";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment