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:
@@ -4,8 +4,8 @@
|
||||
import classNames from 'classnames';
|
||||
import React from 'react';
|
||||
|
||||
import type { LocalizerType } from '../../types/Util';
|
||||
import { getClassNamesFor } from '../../util/getClassNamesFor';
|
||||
import type { LocalizerType } from '../../types/Util.js';
|
||||
import { getClassNamesFor } from '../../util/getClassNamesFor.js';
|
||||
|
||||
export enum ScrollDownButtonVariant {
|
||||
UNREAD_MESSAGES = 'unread-messages',
|
||||
|
||||
Reference in New Issue
Block a user