Skip to content

Commit 3a22246

Browse files
committed
fix(codes.ts): missing import
1 parent 484ad23 commit 3a22246

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/codes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ import { IErrors } from './types';
33
// Resources
44
import authentication from './resources/authentication';
55
import signIn from './resources/signIn';
6+
import signUp from './resources/signUp';
67
import general from './resources/general';
78

89
const codes: IErrors = {
910
authentication,
1011
signIn,
12+
signUp,
1113
general,
1214
};
1315

0 commit comments

Comments
 (0)