aboutsummaryrefslogtreecommitdiffstats
path: root/uidev/src/withTheme/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'uidev/src/withTheme/index.tsx')
-rw-r--r--uidev/src/withTheme/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uidev/src/withTheme/index.tsx b/uidev/src/withTheme/index.tsx
index 4ef649367..5184ff340 100644
--- a/uidev/src/withTheme/index.tsx
+++ b/uidev/src/withTheme/index.tsx
@@ -1,6 +1,6 @@
1import { theme, Theme, ThemeType } from '@meetfranz/theme'; 1import { theme, Theme, ThemeType } from '@meetfranz/theme';
2import { Classes } from 'jss'; 2import { Classes } from 'jss';
3import React from 'react'; 3import * as React from 'react';
4import injectSheet, { ThemeProvider } from 'react-jss'; 4import injectSheet, { ThemeProvider } from 'react-jss';
5 5
6const defaultTheme = { 6const defaultTheme = {