Skip to content

Commit 35508f5

Browse files
committed
resolve import for ThemeProvider in test-utils
1 parent 95d9a4f commit 35508f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/test-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { ThemeProvider as StyledThemeProvider } from 'styled-components';
2222
import { Context as ResponsiveContext } from 'react-responsive';
2323

2424
import i18n from './i18n-test';
25-
import ThemeProvider from './modules/App/components/ThemeProvider';
25+
import { ThemeProvider } from './modules/App/components/ThemeProvider';
2626
import { setupStore } from './store';
2727
import theme, { Theme } from './theme';
2828

0 commit comments

Comments
 (0)