diff options
author | Cláudio <claudio.engdist@gmail.com> | 2021-02-05 19:36:09 -0300 |
---|---|---|
committer | Cláudio <claudio.engdist@gmail.com> | 2021-02-05 19:36:09 -0300 |
commit | 29ea8df4259921f1789e0e6d584767fc5f54b284 (patch) | |
tree | 2d19cf21e033adcbe2e6c018fe6099b4938346ea /webui/src/pages/bug/CommentForm.tsx | |
parent | 12323b94398daa6cedca36fc2c58a97200092e16 (diff) | |
download | git-bug-29ea8df4259921f1789e0e6d584767fc5f54b284.tar.gz |
Commit for #541
Diffstat (limited to 'webui/src/pages/bug/CommentForm.tsx')
-rw-r--r-- | webui/src/pages/bug/CommentForm.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/pages/bug/CommentForm.tsx b/webui/src/pages/bug/CommentForm.tsx index c623dabb..0b97e133 100644 --- a/webui/src/pages/bug/CommentForm.tsx +++ b/webui/src/pages/bug/CommentForm.tsx @@ -4,7 +4,7 @@ import Button from '@material-ui/core/Button'; import Paper from '@material-ui/core/Paper'; import { makeStyles, Theme } from '@material-ui/core/styles'; -import CommentInput from '../../layout/CommentInput/CommentInput'; +import CommentInput from '../../components/CommentInput/CommentInput'; import CloseBugButton from 'src/components/CloseBugButton/CloseBugButton'; import ReopenBugButton from 'src/components/ReopenBugButton/ReopenBugButton'; |