mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: import correct component container (#296)
This commit is contained in:
		
							parent
							
								
									a93e4f5374
								
							
						
					
					
						commit
						f585dcb2d7
					
				| @ -3,7 +3,7 @@ import React from 'react'; | |||||||
| import { Typography } from '@material-ui/core'; | import { Typography } from '@material-ui/core'; | ||||||
| 
 | 
 | ||||||
| import { useCommonStyles } from '../../../../../../common.styles'; | import { useCommonStyles } from '../../../../../../common.styles'; | ||||||
| import StrategyCardConstraints from '../common/StrategyCardConstraints/StrategyCardConstraints'; | import StrategyCardConstraints from '../common/StrategyCardConstraints'; | ||||||
| 
 | 
 | ||||||
| const StrategyCardContentDefault = ({ strategy }) => { | const StrategyCardContentDefault = ({ strategy }) => { | ||||||
|     const commonStyles = useCommonStyles(); |     const commonStyles = useCommonStyles(); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user