Browse Source

register new components to init

dev
qiancj 9 months ago
parent
commit
e700844fc9
  1. 5
      frontend/components_lib/__init__.py

5
frontend/components_lib/__init__.py

@ -19,10 +19,13 @@ __all__ = [
"FileDirPickerParam",
"FileDirPicker",
"GridTable",
"PhoneVerifyCodeComponent",
"SearchComboBox",
]
from frontend.components_lib.comp_libs import (
ComponentWith3Cols, DropList, InputLabel, ButtonGropu, FileDirPicker, GridTable
ComponentWith3Cols, DropList, InputLabel, ButtonGropu, FileDirPicker, GridTable, PhoneVerifyCodeComponent,
SearchComboBox
)
from frontend.components_lib.constant import (
FontSize, ButtonClass, LayoutParams, FileDirPickerParam

Loading…
Cancel
Save