mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 14:42:03 +03:00
fix: eslint error - filename *.tsx match PascalCase (#262)
Co-authored-by: caopengxiang <caopengxiang@jwzg.com>
This commit is contained in:
parent
94e8903d16
commit
bdc61ed02e
@ -2,7 +2,7 @@ export * from './types';
|
|||||||
|
|
||||||
export * from './constants';
|
export * from './constants';
|
||||||
|
|
||||||
export * from './error-boundary';
|
export * from './ErrorBoundary';
|
||||||
|
|
||||||
export * from './date';
|
export * from './date';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user