From f585dcb2d74fb3bdc17317fb5449b5224aa72ca5 Mon Sep 17 00:00:00 2001 From: Fredrik Strand Oseberg Date: Wed, 12 May 2021 12:30:54 +0200 Subject: [PATCH] fix: import correct component container (#296) --- .../StrategyCardContentDefault/StrategyCardContentDefault.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/feature/strategy/StrategyCard/StrategyCardContent/StrategyCardContentDefault/StrategyCardContentDefault.jsx b/frontend/src/component/feature/strategy/StrategyCard/StrategyCardContent/StrategyCardContentDefault/StrategyCardContentDefault.jsx index d6b5568310..462c6a0545 100644 --- a/frontend/src/component/feature/strategy/StrategyCard/StrategyCardContent/StrategyCardContentDefault/StrategyCardContentDefault.jsx +++ b/frontend/src/component/feature/strategy/StrategyCard/StrategyCardContent/StrategyCardContentDefault/StrategyCardContentDefault.jsx @@ -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();