mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-11 21:08:36 +03:00
Changed import path for the React design system, so that it can be used by Jest
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user