diff options
| author | crupest <crupest@outlook.com> | 2020-08-24 23:51:20 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2020-08-24 23:51:20 +0800 |
| commit | 42820d6152131b5e2931bba82ab9e2976e2181f3 (patch) | |
| tree | 1be3bd365ff167225092d772e6385cf4d9640e60 /Timeline/ClientApp/src/app/timeline/TimelineItem.tsx | |
| parent | de1d582bf2ed7062fd400459f30d463d47ef9982 (diff) | |
| download | timeline-42820d6152131b5e2931bba82ab9e2976e2181f3.tar.gz timeline-42820d6152131b5e2931bba82ab9e2976e2181f3.tar.bz2 timeline-42820d6152131b5e2931bba82ab9e2976e2181f3.zip | |
...
Diffstat (limited to 'Timeline/ClientApp/src/app/timeline/TimelineItem.tsx')
| -rw-r--r-- | Timeline/ClientApp/src/app/timeline/TimelineItem.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Timeline/ClientApp/src/app/timeline/TimelineItem.tsx b/Timeline/ClientApp/src/app/timeline/TimelineItem.tsx index 0d62b0e7..33f0741e 100644 --- a/Timeline/ClientApp/src/app/timeline/TimelineItem.tsx +++ b/Timeline/ClientApp/src/app/timeline/TimelineItem.tsx @@ -12,12 +12,10 @@ import { import { Link } from "react-router-dom"; import { useTranslation } from "react-i18next"; import Svg from "react-inlinesvg"; - import chevronDownIcon from "bootstrap-icons/icons/chevron-down.svg"; import trashIcon from "bootstrap-icons/icons/trash.svg"; import BlobImage from "../common/BlobImage"; - import { useAvatar } from "../data/user"; import { TimelinePostInfo } from "../data/timeline"; |
