summaryrefslogtreecommitdiffstats
path: root/ui/src/components/comment-node.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-01-06 11:22:51 -0500
committerDessalines <tyhou13@gmx.com>2020-01-06 11:22:51 -0500
commit82253f625b6cadfb7c7c4044c0c0a385f0caefbe (patch)
tree860006933cdc139c50a8dfabe94ef6e55d86f1ba /ui/src/components/comment-node.tsx
parent8c4e973409a9bcfa5a09b1da8f1441d0bec4ea40 (diff)
Upgrade package.json.
Diffstat (limited to 'ui/src/components/comment-node.tsx')
-rw-r--r--ui/src/components/comment-node.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx
index 64bc7134..4d216f97 100644
--- a/ui/src/components/comment-node.tsx
+++ b/ui/src/components/comment-node.tsx
@@ -25,7 +25,7 @@ import {
pictshareAvatarThumbnail,
showAvatars,
} from '../utils';
-import * as moment from 'moment';
+import moment from 'moment';
import { MomentTime } from './moment-time';
import { CommentForm } from './comment-form';
import { CommentNodes } from './comment-nodes';