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