aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-04-25 19:31:37 +0800
committercrupest <crupest@outlook.com>2022-04-25 19:31:37 +0800
commit46723c0abd2eea3a06baef04ee380dde3e8f91f8 (patch)
tree0ef74d8b209f7e86bcf5e695e8712dad0d289849 /FrontEnd/src/views/timeline
parent45da78affc79ac668e3d5ce183d5c8d1c0ec3d17 (diff)
downloadtimeline-46723c0abd2eea3a06baef04ee380dde3e8f91f8.tar.gz
timeline-46723c0abd2eea3a06baef04ee380dde3e8f91f8.tar.bz2
timeline-46723c0abd2eea3a06baef04ee380dde3e8f91f8.zip
...
Diffstat (limited to 'FrontEnd/src/views/timeline')
-rw-r--r--FrontEnd/src/views/timeline/TimelinePostEdit.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline/TimelinePostEdit.tsx b/FrontEnd/src/views/timeline/TimelinePostEdit.tsx
index cca73a12..3b42f38d 100644
--- a/FrontEnd/src/views/timeline/TimelinePostEdit.tsx
+++ b/FrontEnd/src/views/timeline/TimelinePostEdit.tsx
@@ -12,7 +12,8 @@ import {
} from "@/http/timeline";
import { pushAlert } from "@/services/alert";
-import { base64 } from "@/http/common";
+
+import base64 from "@/utilities/base64";
import BlobImage from "../common/BlobImage";
import LoadingButton from "../common/button/LoadingButton";