aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/error/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/error/index.tsx')
-rw-r--r--src/components/ui/error/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/error/index.tsx b/src/components/ui/error/index.tsx
index 01fb5ca27..d0008529f 100644
--- a/src/components/ui/error/index.tsx
+++ b/src/components/ui/error/index.tsx
@@ -1,4 +1,4 @@
1import { Classes } from 'jss'; 1import type { Classes } from 'jss';
2import { Component } from 'react'; 2import { Component } from 'react';
3import injectSheet from 'react-jss'; 3import injectSheet from 'react-jss';
4 4