Skip to content

Commit

Permalink
More fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderson1993 committed Dec 23, 2019
1 parent 68368c9 commit 3ac5d63
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ server/build
.cache
locales
src/models
packages
packages
tempServer
temp
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ build
dist
locales
coverage
packages
packages
tempServer
temp
4 changes: 2 additions & 2 deletions src/mocks/cards/Cards.mock.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import simulators from "../data/simulators";
import {
CARDS_CORE_QUERY,
CARDS_CORE_SUB,
} from "../../components/views/Cards/core";
import simulators from "../data/simulators";
} from "components/views/StationControl/core";

export default [
{
Expand Down

0 comments on commit 3ac5d63

Please sign in to comment.