renamed 'publish_widget.py' to 'publish_frame.py'

This commit is contained in:
Jakub Trllo 2022-09-29 16:17:32 +02:00
parent e725246c31
commit 96707c4a49
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@ from .widgets import (
ValidateBtn,
PublishBtn,
)
from .publish_widget import PublishFrame
from .publish_frame import PublishFrame
from .tabs_widget import PublisherTabsWidget
from .overview_widget import OverviewWidget
from .validations_widget import ValidationsWidget