aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/badge/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/badge/index.tsx')
-rw-r--r--src/components/ui/badge/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/badge/index.tsx b/src/components/ui/badge/index.tsx
index 6495036ff..61bede937 100644
--- a/src/components/ui/badge/index.tsx
+++ b/src/components/ui/badge/index.tsx
@@ -2,7 +2,7 @@ import classnames from 'classnames';
2import { Component, ReactNode } from 'react'; 2import { Component, ReactNode } from 'react';
3import injectStyle from 'react-jss'; 3import injectStyle from 'react-jss';
4 4
5import { Theme } from '@meetfranz/theme'; 5import { Theme } from '../../../themes';
6import { IWithStyle } from '../typings/generic'; 6import { IWithStyle } from '../typings/generic';
7 7
8interface IProps extends IWithStyle { 8interface IProps extends IWithStyle {