Skip to content

Commit

Permalink
♻️ refactor: 移除暴露的静态方法,通过回调接口实现实例的转发
Browse files Browse the repository at this point in the history
BREAKING CHANGE: 移除直接暴露的静态实例
  • Loading branch information
arvinxx committed Jan 9, 2023
1 parent 2c3749c commit 9b9e340
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
18 changes: 0 additions & 18 deletions src/containers/AppContainer/AntdStaticMethod.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/containers/AppContainer/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export { message, modal, notification } from './AntdStaticMethod';
export { AppContainer } from './AppContainer';

0 comments on commit 9b9e340

Please sign in to comment.