mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
optimized imports
This commit is contained in:
parent
946a78a7ef
commit
bdf803a70c
22 changed files with 33 additions and 80 deletions
|
@ -3,7 +3,6 @@ import React, {
|
|||
DetailedHTMLProps,
|
||||
FC,
|
||||
InputHTMLAttributes,
|
||||
ReactElement,
|
||||
ReactNode,
|
||||
useCallback,
|
||||
useState,
|
||||
|
|
|
@ -5,7 +5,7 @@ import React, {
|
|||
TextareaHTMLAttributes,
|
||||
useCallback,
|
||||
useEffect,
|
||||
useState,
|
||||
useState
|
||||
} from 'react';
|
||||
|
||||
import autosize from 'autosize';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue