mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
chore: unused imports
This commit is contained in:
parent
02e582514b
commit
a016e67a3c
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ import { bold } from 'kleur/colors';
|
|||
import { type SQL, sql } from 'drizzle-orm';
|
||||
import { SQLiteAsyncDialect } from 'drizzle-orm/sqlite-core';
|
||||
import type { AstroIntegrationLogger } from 'astro';
|
||||
import type { DBUserConfig, ReferenceableField } from '../core/types.js';
|
||||
import { collectionToTable, hasPrimaryKey } from '../runtime/index.js';
|
||||
import type { DBUserConfig } from '../core/types.js';
|
||||
import { hasPrimaryKey } from '../runtime/index.js';
|
||||
|
||||
const sqlite = new SQLiteAsyncDialect();
|
||||
|
||||
|
|
Loading…
Reference in a new issue