refactor: restructure api module and implement articles pagination with dynamic routing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import flet as ft
|
||||
|
||||
def profile_page():
|
||||
def profile_page(page: ft.Page):
|
||||
return ft.Column([
|
||||
ft.Text("ข้อมูลผู้ใช้งาน", size=22),
|
||||
ft.Text("รายละเอียดข้อมูลผู้ใช้งานจะมาอยู่ตรงนี้"),
|
||||
|
||||
Reference in New Issue
Block a user