0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 10:51:01 +00:00

chore: tweak

This commit is contained in:
Yusuke Wada 2022-04-20 14:24:02 +09:00
parent 2af8f2c5d1
commit a95ffe0be1

View File

@ -1,4 +1,4 @@
import type { Context } from '../../context'
import type { Context } from '@/context'
type CORSOptions = {
origin: string