diff options
author | Michael Muré <batolettre@gmail.com> | 2021-04-12 19:26:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 19:26:29 +0200 |
commit | 62fb09a53cc626ac581f33b466a1cdf14eb6ed89 (patch) | |
tree | c887d96fab77a6c312cf7047daa4d6944b53c89e /webui/src/components/CommentInput/CommentInput.tsx | |
parent | 491f0ea9513e8080f6b38885b1a05f47fb56d9dc (diff) | |
parent | acfaf6b50f2ecb16add94874c0f8dfc401788d9b (diff) | |
download | git-bug-62fb09a53cc626ac581f33b466a1cdf14eb6ed89.tar.gz |
Merge pull request #624 from GlancingMind/upstream-fix-and-improve-rendering-of-markdown-elements
WebUI: Fix and improve rendering of markdown elements
Diffstat (limited to 'webui/src/components/CommentInput/CommentInput.tsx')
-rw-r--r-- | webui/src/components/CommentInput/CommentInput.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/components/CommentInput/CommentInput.tsx b/webui/src/components/CommentInput/CommentInput.tsx index c574538e..f12ee8d8 100644 --- a/webui/src/components/CommentInput/CommentInput.tsx +++ b/webui/src/components/CommentInput/CommentInput.tsx @@ -5,7 +5,7 @@ import Tabs from '@material-ui/core/Tabs'; import TextField from '@material-ui/core/TextField'; import { makeStyles } from '@material-ui/core/styles'; -import Content from 'src/components/Content'; +import Content from '../Content'; /** * Styles |