mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
Remove unused import
This commit is contained in:
parent
b8a152074f
commit
660667c783
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export function getVirtualModContents({
|
|||
collections: DBCollections;
|
||||
}) {
|
||||
return `
|
||||
import { collectionToTable, createLocalDatabaseClient, findLocalDatabase } from ${INTERNAL_MOD_IMPORT};
|
||||
import { collectionToTable, createLocalDatabaseClient } from ${INTERNAL_MOD_IMPORT};
|
||||
import dbUrl from './.astro/content.db?file-url';
|
||||
|
||||
const params = ${JSON.stringify({
|
||||
|
|
Loading…
Add table
Reference in a new issue