update shop
This commit is contained in:
14
UI_V2/chat/chat.py
Normal file
14
UI_V2/chat/chat.py
Normal file
@@ -0,0 +1,14 @@
|
||||
import flet as ft
|
||||
|
||||
class Chat:
|
||||
def __init__(self, page: ft.Page):
|
||||
self.page = page
|
||||
|
||||
def build(self):
|
||||
return ft.Container(
|
||||
content=ft.Column(
|
||||
[
|
||||
ft.Text("Aveti nevoie de ajutor?")
|
||||
]
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user