fh-new / common.py
omkarenator's picture
add generic data viewer. separate routes
34ecf31
raw
history blame
151 Bytes
from fasthtml.common import *
from fasthtml.components import *
def common_steps():
return Div(Section(H2(P("Common Steps")), id="inner-text"))