diff options
Diffstat (limited to 'webui/src/components/CommentInput/CommentInput.tsx')
-rw-r--r-- | webui/src/components/CommentInput/CommentInput.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webui/src/components/CommentInput/CommentInput.tsx b/webui/src/components/CommentInput/CommentInput.tsx index babd495ca..07322a220 100644 --- a/webui/src/components/CommentInput/CommentInput.tsx +++ b/webui/src/components/CommentInput/CommentInput.tsx @@ -1,4 +1,5 @@ -import React, { useState, useEffect } from 'react'; +import { useState, useEffect } from 'react'; +import * as React from 'react'; import { Typography } from '@material-ui/core'; import Tab from '@material-ui/core/Tab'; |