Skip to content

Commit

Permalink
move timer into elements directory
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Oct 18, 2023
1 parent 0ba11ea commit abfe9e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions nicegui/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
'tabs',
'textarea',
'time',
'timer',
'timeline',
'timeline_entry',
'toggle',
Expand All @@ -84,7 +85,6 @@
'notify',
'open',
'refreshable',
'timer',
'update',
'page',
'drawer',
Expand Down Expand Up @@ -170,6 +170,7 @@
from .elements.time import Time as time
from .elements.timeline import Timeline as timeline
from .elements.timeline import TimelineEntry as timeline_entry
from .elements.timer import Timer as timer
from .elements.toggle import Toggle as toggle
from .elements.tooltip import Tooltip as tooltip
from .elements.tree import Tree as tree
Expand All @@ -181,7 +182,6 @@
from .functions.notify import notify
from .functions.open import open # pylint: disable=redefined-builtin
from .functions.refreshable import refreshable
from .functions.timer import Timer as timer
from .functions.update import update
from .page import page
from .page_layout import Drawer as drawer
Expand Down

0 comments on commit abfe9e6

Please sign in to comment.