Skip to content

Commit

Permalink
chore: move folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Zeinstra committed Jul 25, 2023
1 parent 07a15b7 commit 394b93f
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
} from "./store";
import { ToolName } from "../types";
import { PublicodesSimulator } from "@socialgouv/modeles-social";
import { Feedback } from "../../Feedback";
import { Feedback } from "../common/Feedback";

type Props = {
icon: string;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MatomoBaseEvent, MatomoBaseAction } from "../lib/matomo";
import { MatomoBaseEvent } from "../../../lib/matomo";
import { push as matopush } from "@socialgouv/matomo-next";

const EVENT_CATEGORY = "feedback_simulateurs";
Expand Down

0 comments on commit 394b93f

Please sign in to comment.