mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
cleanup
This commit is contained in:
parent
c1aca9e01b
commit
80c3a8a4c5
1 changed files with 1 additions and 12 deletions
|
@ -1,15 +1,4 @@
|
|||
import React, {
|
||||
FC,
|
||||
MouseEventHandler,
|
||||
ReactChild,
|
||||
useCallback,
|
||||
useEffect,
|
||||
useState,
|
||||
useRef,
|
||||
} from 'react';
|
||||
// import { DialogPanel } from '~/components/panels/DialogPanel';
|
||||
import classNames from 'classnames';
|
||||
import Scroll from 'react-scrollbars-custom';
|
||||
import React, { FC, MouseEventHandler, useEffect, useRef } from 'react';
|
||||
import * as styles from './styles.scss';
|
||||
import { enableBodyScroll, disableBodyScroll } from 'body-scroll-lock';
|
||||
import { Icon } from '~/components/input/Icon';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue