mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 03:43:27 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -5,16 +5,16 @@ import type { KeyboardEventHandler, MouseEventHandler, ReactNode } from 'react';
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import classNames from 'classnames';
|
||||
import { useMove } from 'react-aria';
|
||||
import { NavTabsToggle } from './NavTabs';
|
||||
import type { LocalizerType } from '../types/I18N';
|
||||
import { NavTabsToggle } from './NavTabs.js';
|
||||
import type { LocalizerType } from '../types/I18N.js';
|
||||
import {
|
||||
MAX_WIDTH,
|
||||
MIN_FULL_WIDTH,
|
||||
MIN_WIDTH,
|
||||
getWidthFromPreferredWidth,
|
||||
} from '../util/leftPaneWidth';
|
||||
import { WidthBreakpoint, getNavSidebarWidthBreakpoint } from './_util';
|
||||
import type { UnreadStats } from '../util/countUnreadStats';
|
||||
} from '../util/leftPaneWidth.js';
|
||||
import { WidthBreakpoint, getNavSidebarWidthBreakpoint } from './_util.js';
|
||||
import type { UnreadStats } from '../util/countUnreadStats.js';
|
||||
|
||||
type NavSidebarActionButtonProps = {
|
||||
icon: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user