Changed import path for the React design system, so that it can be used by Jest

This commit is contained in:
Zac Ioannidis
2020-12-14 13:50:17 +00:00
parent cd8b7230c4
commit 2108a79808

View File

@@ -1,6 +1,9 @@
import React from "react";
import { connect } from "react-redux";
import { Card, generateCardLayout } from "@forensic-architecture/design-system";
import {
Card,
generateCardLayout,
} from "@forensic-architecture/design-system/dist/react";
import * as selectors from "../selectors";
import { getFilterIdxFromColorSet } from "../common/utilities";