mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
interface: added missing timestamp import
This commit is contained in:
parent
79c056ec1b
commit
c00c3325f2
@ -20,6 +20,7 @@ import GlobalApi from '~/logic/api/global';
|
|||||||
import { getSnippet } from '~/logic/lib/publish';
|
import { getSnippet } from '~/logic/lib/publish';
|
||||||
import { MentionText } from '~/views/components/MentionText';
|
import { MentionText } from '~/views/components/MentionText';
|
||||||
import { MessageWithoutSigil } from '../chat/components/ChatMessage';
|
import { MessageWithoutSigil } from '../chat/components/ChatMessage';
|
||||||
|
import Timestamp from '~/views/components/Timestamp';
|
||||||
|
|
||||||
function getGraphModuleIcon(module: string): string {
|
function getGraphModuleIcon(module: string): string {
|
||||||
if (module === 'link') {
|
if (module === 'link') {
|
||||||
|
Loading…
Reference in New Issue
Block a user