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
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ export * from './types';
export * from './constants';
export * from './error-boundary';
export * from './ErrorBoundary';
export * from './date';