mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
import React, { useRef, useState, type ReactNode } from 'react';
|
||||
import classNames from 'classnames';
|
||||
|
||||
import { SpinnerV2 } from '../SpinnerV2';
|
||||
import { usePrevious } from '../../hooks/usePrevious';
|
||||
import { SpinnerV2 } from '../SpinnerV2.js';
|
||||
import { usePrevious } from '../../hooks/usePrevious.js';
|
||||
|
||||
import type { AttachmentForUIType } from '../../types/Attachment';
|
||||
import type { AttachmentForUIType } from '../../types/Attachment.js';
|
||||
|
||||
const TRANSITION_DELAY = 200;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user