Skip to content

Commit a7e1f7a

Browse files
committed
fix: ts-error
1 parent 08fa99e commit a7e1f7a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

zerva-openapi/src/module.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
import { on, register } from '@zerva/core'
22
import { Logger } from 'zeed'
3-
// @ts-expect-error we just need them raw
43
import indexCss from './static/index.css.txt'
5-
6-
// @ts-expect-error we just need them raw
74
import swaggerUiCss from './static/swagger-ui.css.txt'
8-
// @ts-expect-error we just need them raw
95
import swaggerUiBundle from './static/swagger-ui-bundle.js.txt'
10-
// @ts-expect-error we just need them raw
116
import swaggerUiPreset from './static/swagger-ui-standalone-preset.js.txt'
127
import '@zerva/http'
138

0 commit comments

Comments
 (0)