fix: eslint error - filename *.tsx match PascalCase (#262)

Co-authored-by: caopengxiang <caopengxiang@jwzg.com>
This commit is contained in:
Super.x 2022-08-16 12:38:44 +08:00 committed by GitHub
parent 94e8903d16
commit bdc61ed02e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ export * from './types';
export * from './constants';
export * from './error-boundary';
export * from './ErrorBoundary';
export * from './date';