From 9db57b9dc77fe4a768856f1c8268580f6062671a Mon Sep 17 00:00:00 2001 From: ITZIAJARALLO <158035169+ITZIAJARALLO@users.noreply.github.com> Date: Fri, 23 Feb 2024 01:29:14 -0600 Subject: [PATCH] hola --- src/app.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app.ts b/src/app.ts index 704bcc5..1195da6 100644 --- a/src/app.ts +++ b/src/app.ts @@ -1,5 +1,4 @@ -import { RequestConfig, AxiosResponse, RequestOptions } from 'umi'; -import { ResponseResult } from "@/@types"; +teimport { ResponseResult } from "@/@types"; import { initialTheme } from './lib/misc'; import InitialStateModel from './@types/InitialStateModel'; import { toast } from 'react-hot-toast';