add borning pages
This commit is contained in:
@@ -1,14 +1,8 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from copy import copy
|
||||
from typing import Any, Optional
|
||||
from uuid import uuid4
|
||||
from rio import Component, Column, Row, Text, Spacer, page, Rectangle
|
||||
|
||||
from rio import Component, Column, Row, Text, Spacer, page, Color, Rectangle, TextInput, GuardEvent
|
||||
|
||||
from elm.types import UserSession, User
|
||||
from elm.services import UserService, LocalData, LocalDataService, ConfigurationService, PreloadService
|
||||
from elm.components import ElmButton
|
||||
from elm.services import PreloadService
|
||||
|
||||
@page(name="FAQ", url_segment="faq")
|
||||
class FaqPage(Component):
|
||||
|
||||
Reference in New Issue
Block a user