Fix type import

This commit is contained in:
Maximilian Harz 2025-07-11 16:52:31 +02:00
parent e0d389b9ce
commit 2b77a18e63
2 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,8 @@ import { createItem, deleteItem, readItem, readItems, updateItem } from '@direct
import { directusClient } from './directus'
import type { FullItemsApi } from '#types/FullItemsApi'
import type { MyCollections } from './directus'
import type { FullItemsApi } from 'utopia-ui'
export class itemsApi<T> implements FullItemsApi<T> {
collectionName: keyof MyCollections

View File

@ -10,7 +10,6 @@ export * from './Components/Input'
export * from './Components/Item'
export * from './Components/Onboarding'
export * from './Components/Profile'
export type * from './types/FullItemsApi'
declare global {
interface Window {