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 my_courses_page():
|
||||
def my_courses_page(page: ft.Page):
|
||||
return ft.Column([
|
||||
ft.Text('หลักสูตรของฉัน', size=22),
|
||||
ft.Text('ข้อมูลหลักสูตรที่ลงทะเบียน')
|
||||
|
||||
Reference in New Issue
Block a user