mirror of
https://github.com/django-components/django-components.git
synced 2025-08-08 00:07:59 +00:00
refactor: change utils dir to file to fix missing import
This commit is contained in:
parent
ceb74b289d
commit
d4244578ed
3 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ from django_components.templatetags.component_tags import (
|
|||
SlotName,
|
||||
SlotNode,
|
||||
)
|
||||
from django_components.utils.autodiscover import search
|
||||
from django_components.utils import search
|
||||
|
||||
|
||||
class SimplifiedInterfaceMediaDefiningClass(MediaDefiningClass):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue