Skip to content

Commit d7ee7f2

Browse files
committed
fix imports
1 parent 53c4433 commit d7ee7f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/2024-04-16-custom-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ meta: [
1010
---
1111

1212
```python exec
13-
from pcweb.pages.docs import wrapping_react, custom_components, styling, events, getting_started, substates
13+
from pcweb.pages.docs import wrapping_react, custom_components, styling, events, getting_started, component_state
1414
from pcweb.pages.docs.custom_components import custom_components as cc
1515
```
1616

@@ -118,7 +118,7 @@ def counter_sum():
118118
)
119119
```
120120

121-
See the [Component State]({substates.component_state.path}) page for more details on how to use this class.
121+
See the [Component State]({component_state.overview.path}) page for more details on how to use this class.
122122

123123
## Testing and Publishing
124124

0 commit comments

Comments
 (0)