refactor: change filename according to function

This commit is contained in:
Aleksey Kulikov 2021-08-24 19:19:34 +03:00
parent 0509895b72
commit d0bb7aaa0f
4 changed files with 3 additions and 3 deletions

View file

@ -2,4 +2,4 @@ export 'src/repository.dart';
export 'src/config.dart';
export 'src/signature.dart';
export 'src/error.dart';
export 'src/types.dart';
export 'src/enums.dart';