Skip to content

Commit

Permalink
run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PhakornKiong committed Oct 3, 2021
1 parent 092f541 commit d067693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export * from 'src/api/form';
export * from 'src/api/text';
export * from 'src/api/colors';
export * from 'src/api/errors';
export * from "src/api/image";
export * from 'src/api/image';
export * from 'src/api/objects';
export * from 'src/api/operations';
export * from 'src/api/operators';
Expand Down

0 comments on commit d067693

Please sign in to comment.