Skip to content
Snippets Groups Projects
Commit 69663af5 authored by Loïc Poullain's avatar Loïc Poullain
Browse files

Reduce imports

parent fd7a4a62
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
...@@ -7,7 +7,7 @@ import { Fragment, PureComponent } from "react"; ...@@ -7,7 +7,7 @@ import { Fragment, PureComponent } from "react";
import { connect, ConnectedProps } from "react-redux"; import { connect, ConnectedProps } from "react-redux";
import { Matomo, SimulationPage } from "../components/common"; import { Matomo, SimulationPage } from "../components/common";
import { trackEvent } from "../components/common/utils"; import { trackEvent } from "../components/common";
import { import {
Articles, Articles,
DfHelpWindow, DfHelpWindow,
......
...@@ -9,7 +9,7 @@ import { Fragment, PureComponent } from "react"; ...@@ -9,7 +9,7 @@ import { Fragment, PureComponent } from "react";
import { connect, ConnectedProps } from "react-redux"; import { connect, ConnectedProps } from "react-redux";
import { Matomo, SimulationPage } from "../components/common"; import { Matomo, SimulationPage } from "../components/common";
import { trackEvent } from "../components/common/utils"; import { trackEvent } from "../components/common";
import { Articles, CartesImpact as ImpactCards } from "../components/ir"; import { Articles, CartesImpact as ImpactCards } from "../components/ir";
import PopinManager from "../components/PopinManager"; import PopinManager from "../components/PopinManager";
import withRoot from "../lib/withRoot"; 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