feat: initial LMS frontend with adaptive navigation and routing
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import flet as ft
|
||||
|
||||
def my_courses_page():
|
||||
return ft.Column([
|
||||
ft.Text('หลักสูตรของฉัน', size=22),
|
||||
ft.Text('ข้อมูลหลักสูตรที่ลงทะเบียน')
|
||||
])
|
||||
Reference in New Issue
Block a user