diff --git a/src/scalar/index.ts b/src/scalar/index.ts index 883ea66..1821eef 100644 --- a/src/scalar/index.ts +++ b/src/scalar/index.ts @@ -1,6 +1,6 @@ import { elysiajsTheme } from '@scalar/themes' -import type { OpenAPIV3 } from 'openapi-types' import type { ReferenceConfiguration } from '@scalar/types' +import type { OpenAPIV3 } from 'openapi-types' export const ScalarRender = ( info: OpenAPIV3.InfoObject, @@ -29,7 +29,7 @@ export const ScalarRender = ( }