Skip to content

Commit 0e90257

Browse files
committed
Format
1 parent 8e182ad commit 0e90257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typebox/src/__tests__/typebox.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import { Type } from '@sinclair/typebox';
2+
import { TypeCompiler } from '@sinclair/typebox/compiler';
13
import { Resolver, SubmitHandler, useForm } from 'react-hook-form';
24
import { typeboxResolver } from '..';
35
import { fields, invalidData, schema, validData } from './__fixtures__/data';
4-
import { Type } from '@sinclair/typebox';
5-
import { TypeCompiler } from '@sinclair/typebox/compiler';
66

77
const shouldUseNativeValidation = false;
88

0 commit comments

Comments
 (0)