One more fix

This commit is contained in:
eduardruzga
2024-11-14 15:37:41 +02:00
parent df91d0edc0
commit d21ddf0080
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import React, { useState } from 'react';
import { IconButton } from '~/components/ui/IconButton';
import type { ProviderInfo } from '~/utils/constants';
import type { ProviderInfo } from '~/types/model';
interface APIKeyManagerProps {
provider: ProviderInfo;