1
0
Fork 0
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:
Fedor Katurov 2022-07-15 17:24:03 +07:00
parent 729f1a491d
commit 9964203c18
3 changed files with 13 additions and 30 deletions

View file

@ -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';