Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianNEMO authored Dec 11, 2024
1 parent 7f5e3b6 commit 49a5628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/database_provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Adapter } from '../src/orm/adapter/index.js'
import { QueryClient } from '../src/query_client/index.js'
import { BaseModel } from '../src/orm/base_model/index.js'
import { DatabaseTestUtils } from '../src/test_utils/database.js'
import type { DatabaseConfig, DbQueryEventNode } from '../src/types/database.js'
import type { ConnectionContract, DatabaseConfig, DbQueryEventNode } from '../src/types/database.js'
import { VineDbSearchCallback, VineDbSearchOptions } from '../src/types/vine.js'

/**
Expand Down

0 comments on commit 49a5628

Please sign in to comment.