interface: added missing timestamp import

This commit is contained in:
Tyler Brown Cifu Shuster 2021-02-18 11:56:58 -08:00
parent 79c056ec1b
commit c00c3325f2

View File

@ -20,6 +20,7 @@ import GlobalApi from '~/logic/api/global';
import { getSnippet } from '~/logic/lib/publish';
import { MentionText } from '~/views/components/MentionText';
import { MessageWithoutSigil } from '../chat/components/ChatMessage';
import Timestamp from '~/views/components/Timestamp';
function getGraphModuleIcon(module: string): string {
if (module === 'link') {