Skip to content

Commit ba4a382

Browse files
committed
fix example
1 parent 3425122 commit ba4a382

File tree

1 file changed

+1
-0
lines changed
  • src/plugins/kibana_utils/docs/state_containers

1 file changed

+1
-0
lines changed

src/plugins/kibana_utils/docs/state_containers/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ your services or apps.
1616
## Example
1717

1818
```ts
19+
import { createStateContainer } from 'src/plugins/kibana_utils';
1920

2021
const container = createStateContainer(
2122
{ count: 0 },

0 commit comments

Comments
 (0)