|
@@ -1245,7 +1245,7 @@ class CustomComponent(Component):
|
|
|
"""A custom user-defined component."""
|
|
|
|
|
|
# Use the components library.
|
|
|
- library = f"/{Dirs.COMPONENTS_PATH}"
|
|
|
+ library: str = f"/{Dirs.COMPONENTS_PATH}"
|
|
|
|
|
|
# The function that creates the component.
|
|
|
component_fn: Callable[..., Component] = Component.create
|