aboutsummaryrefslogtreecommitdiffstats
path: root/uidev/src/withTheme
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-10-07 08:03:45 +0200
committerLibravatar GitHub <noreply@github.com>2021-10-07 08:03:45 +0200
commit31f8ada876b3aec45ffffcf82079eaacb69349fc (patch)
tree9f5752b7bbc42c9b5b3c2b02517732b3a2e5b868 /uidev/src/withTheme
parentchore: simplify babel configuration (#2029) (diff)
downloadferdium-app-31f8ada876b3aec45ffffcf82079eaacb69349fc.tar.gz
ferdium-app-31f8ada876b3aec45ffffcf82079eaacb69349fc.tar.zst
ferdium-app-31f8ada876b3aec45ffffcf82079eaacb69349fc.zip
chore: upgrade react to latest (#2030)
Diffstat (limited to 'uidev/src/withTheme')
-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 = {