Skip to content

Commit

Permalink
fix: import http errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Nov 2, 2023
1 parent 7e8b20d commit b07e5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/home/src/_default.page.server.ts
Expand Up @@ -4,7 +4,7 @@
'use strict'
import {renderToString} from '@vue/server-renderer'
import devalue from '@nuxt/devalue'
import * as HttpErrors from 'http-errors'
import HttpErrors from 'http-errors'
import {dangerouslySkipEscape, escapeInject} from 'vike/server'
import {PageContext} from 'vike/types'
import {createHome} from './entries'
Expand Down

0 comments on commit b07e5e3

Please sign in to comment.