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,9 +3,9 @@
|
||||
|
||||
import classNames from 'classnames';
|
||||
import React from 'react';
|
||||
import type { ShowToastAction } from '../../state/ducks/toast';
|
||||
import { ToastType } from '../../types/Toast';
|
||||
import type { LocalizerType } from '../../types/Util';
|
||||
import type { ShowToastAction } from '../../state/ducks/toast.js';
|
||||
import { ToastType } from '../../types/Toast.js';
|
||||
import type { LocalizerType } from '../../types/Util.js';
|
||||
|
||||
// Keep this in sync with iOS and Android
|
||||
const MAX_FORWARD_COUNT = 30;
|
||||
|
||||
Reference in New Issue
Block a user