Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
manatlan committed Apr 17, 2024
1 parent 7488439 commit 0a704d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions htagui/shoelace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@
__main__.htaguimodule = "htagui.shoelace.bases"

from htag import Tag
# dialog.box et dialog.drawer are cata
# dialog.box et dialog.drawer are cata
# dialog.box et dialog.drawer are cata
# dialog.box et dialog.drawer are cata
# dialog.box et dialog.drawer are cata
# dialog.box et dialog.drawer are cata
# dialog.box et dialog.drawer are cata
# dialog.box et dialog.drawer are cata
# dialog.box et dialog.drawer are cata

########################################################################################
from .bases import Button,Input,Textarea,Menu,Spinner,Select
########################################################################################
Expand Down
2 changes: 1 addition & 1 deletion manual_ifields.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from htag import Tag,expose,Runner
# import htagui.basics as ui
# import htagui.bulma as ui
import htagui.shoelace as ui # ****KAPUTTT (need to REBIND sl-change event (comple coz IText metamorph))*******
import htagui.shoelace as ui


class App(ui.App):
Expand Down

0 comments on commit 0a704d8

Please sign in to comment.