From 2e6574c917b476804b408a411bf589cd9798728b Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 23 Jan 2024 16:49:00 +0000 Subject: [PATCH] Clean up imports --- project/src/models/eft/profile/IGetOtherProfileResponse.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/src/models/eft/profile/IGetOtherProfileResponse.ts b/project/src/models/eft/profile/IGetOtherProfileResponse.ts index 3a41f785..6df12ea4 100644 --- a/project/src/models/eft/profile/IGetOtherProfileResponse.ts +++ b/project/src/models/eft/profile/IGetOtherProfileResponse.ts @@ -1,6 +1,5 @@ -import { Customization, Inventory, OverallCounters, Skills, Stats } from "@spt-aki/models/eft/common/tables/IBotBase" -import { Info } from "types/models/eft/common/tables/IBotBase" +import { OverallCounters, Skills } from "@spt-aki/models/eft/common/tables/IBotBase" import { Item } from "../common/tables/IItem" export interface IGetOtherProfileResponse