mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
Fix type import
This commit is contained in:
parent
e0d389b9ce
commit
2b77a18e63
@ -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
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user