1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

fix: import correct component container (#296)

This commit is contained in:
Fredrik Strand Oseberg 2021-05-12 12:30:54 +02:00 committed by GitHub
parent a93e4f5374
commit f585dcb2d7

View File

@ -3,7 +3,7 @@ import React from 'react';
import { Typography } from '@material-ui/core';
import { useCommonStyles } from '../../../../../../common.styles';
import StrategyCardConstraints from '../common/StrategyCardConstraints/StrategyCardConstraints';
import StrategyCardConstraints from '../common/StrategyCardConstraints';
const StrategyCardContentDefault = ({ strategy }) => {
const commonStyles = useCommonStyles();