Skip to content

Commit 48ae26c

Browse files
committed
chore: fix import sort for biome 2.4.13
1 parent 43b755d commit 48ae26c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ declare interface SecurityError extends Error {
3939
}
4040

4141
export default fastifyOpenapiGlue;
42-
export { fastifyOpenapiGlue };
4342
export type { SecurityError };
43+
export { fastifyOpenapiGlue };

0 commit comments

Comments
 (0)