aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forms/src/error/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/forms/src/error/index.tsx')
-rw-r--r--packages/forms/src/error/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/forms/src/error/index.tsx b/packages/forms/src/error/index.tsx
index 243321d97..8439bfc8b 100644
--- a/packages/forms/src/error/index.tsx
+++ b/packages/forms/src/error/index.tsx
@@ -1,5 +1,5 @@
1import { Classes } from 'jss'; 1import { Classes } from 'jss';
2import React, { Component } from 'react'; 2import { Component } from 'react';
3import injectSheet from 'react-jss'; 3import injectSheet from 'react-jss';
4 4
5import styles from './styles'; 5import styles from './styles';