Skip to content

Commit de34381

Browse files
committed
feat(components): include StateContent in components barrel
1 parent 3b7fee1 commit de34381

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/components/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Request } from './request';
2-
import { StateEmpty, StateError, StateLoading } from './states';
2+
import { StateContent, StateEmpty, StateError, StateLoading } from './states';
33

44
export * from './request';
55
export * from './states';
@@ -8,5 +8,6 @@ export const COMPONENTS = [
88
Request,
99
StateLoading,
1010
StateEmpty,
11-
StateError
11+
StateError,
12+
StateContent
1213
];

0 commit comments

Comments
 (0)