1234
This commit is contained in:
20
app/pages/add_user_data.py
Normal file
20
app/pages/add_user_data.py
Normal file
@@ -0,0 +1,20 @@
|
||||
import flet as ft
|
||||
import designer as des
|
||||
|
||||
class Add_user_data(ft.View):
|
||||
def __init__(self,page:ft.Page,route:str=""):
|
||||
super().__init__(
|
||||
bgcolor=des.color[2],
|
||||
route=route,
|
||||
controls=[
|
||||
ft.Column(
|
||||
controls=[
|
||||
ft.Row(
|
||||
controls=[
|
||||
|
||||
]
|
||||
)
|
||||
]
|
||||
)
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user