Skip to content

Commit

Permalink
fix(frontend): typo in filename (#1000)
Browse files Browse the repository at this point in the history
* fix(frontend): typo in filename

* fix(frontend): folder name change

* fix(frontend): conflict
  • Loading branch information
UnbearableBear authored Jul 5, 2019
1 parent 12c1cd4 commit 923b21d
Show file tree
Hide file tree
Showing 129 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/code-du-travail-frontend/pages/outils.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import styled from "styled-components";
import { Alert, Container, theme } from "@cdt/ui";

import Search from "../src/search/Search";
import { CalculateurIndemnite } from "../src/outils/indemniteLicenciement";
import { CalculateurIndemnite } from "../src/outils/IndemniteLicenciement";
import { PageLayout } from "../src/layout/PageLayout";
import { SimulateurEmbauche } from "../src/outils/simulateur-emauche";
import { SimulateurEmbauche } from "../src/outils/SimulateurEmbauche";
import Metas from "../src/common/Metas";

const BigError = ({ children }) => (
Expand Down

0 comments on commit 923b21d

Please sign in to comment.