mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 01:48:13 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
|
||||
import React from 'react';
|
||||
|
||||
import type { LocalizerType } from '../../types/Util';
|
||||
import { I18n } from '../I18n';
|
||||
import type { LocalizerType } from '../../types/Util.js';
|
||||
import { I18n } from '../I18n.js';
|
||||
|
||||
import { SystemMessage } from './SystemMessage';
|
||||
import { MessageTimestamp } from './MessageTimestamp';
|
||||
import { SystemMessage } from './SystemMessage.js';
|
||||
import { MessageTimestamp } from './MessageTimestamp.js';
|
||||
|
||||
export type PropsData = {
|
||||
timestamp: number;
|
||||
|
||||
Reference in New Issue
Block a user