mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed type import
This commit is contained in:
parent
729f1a491d
commit
9964203c18
3 changed files with 13 additions and 30 deletions
|
@ -1,8 +1,7 @@
|
|||
import React from 'react';
|
||||
|
||||
import classNames from 'classnames';
|
||||
import toast from 'react-hot-toast';
|
||||
import { ToastOptions } from 'react-hot-toast/dist/core/types';
|
||||
import toast, { ToastOptions } from 'react-hot-toast';
|
||||
|
||||
import { isTablet } from '~/constants/dom';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue