code: nextjs,frontends,adapter (2 files)

This commit is contained in:
2025-12-26 03:44:21 +00:00
parent 1f5768223c
commit 34bed246c3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import type { DBALAdapter } from './types'
import type { DBALAdapter } from '../types'
import { closeConnection } from './close-connection'
import { createEntity } from '../crud/write/create-entity'
import { deleteEntity } from '../crud/write/delete-entity'

View File

@@ -1,4 +1,4 @@
import type { DBALAdapter } from './types'
import type { DBALAdapter } from '../types'
import { prismaAdapter } from './create-prisma-adapter'
/**