diff options
author | crupest <crupest@outlook.com> | 2023-09-14 18:58:44 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-20 18:50:08 +0800 |
commit | bdc69c18c1986544497b6974ffe5d8e073e4be6d (patch) | |
tree | 4283f2fcc4af9b8849588e8db21e4f52d136a1e7 /FrontEnd/src/pages/timeline/TimelinePostView.tsx | |
parent | aef14be13c3bd9e93eeea598dbfbf707ba98d448 (diff) | |
download | timeline-bdc69c18c1986544497b6974ffe5d8e073e4be6d.tar.gz timeline-bdc69c18c1986544497b6974ffe5d8e073e4be6d.tar.bz2 timeline-bdc69c18c1986544497b6974ffe5d8e073e4be6d.zip |
...
Diffstat (limited to 'FrontEnd/src/pages/timeline/TimelinePostView.tsx')
-rw-r--r-- | FrontEnd/src/pages/timeline/TimelinePostView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/pages/timeline/TimelinePostView.tsx b/FrontEnd/src/pages/timeline/TimelinePostView.tsx index b09fe6f8..4f0460ff 100644 --- a/FrontEnd/src/pages/timeline/TimelinePostView.tsx +++ b/FrontEnd/src/pages/timeline/TimelinePostView.tsx @@ -11,7 +11,7 @@ import UserAvatar from "~src/components/user/UserAvatar"; import { DialogProvider, useDialog } from "~src/components/dialog"; import FlatButton from "~src/components/button/FlatButton"; import ConfirmDialog from "~src/components/dialog/ConfirmDialog"; -import TimelinePostContentView from "./TimelinePostContentView"; +import TimelinePostContentView from "./view/TimelinePostContentView"; import IconButton from "~src/components/button/IconButton"; import TimelinePostContainer from "./TimelinePostContainer"; |