We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e444a7 commit d5c7cedCopy full SHA for d5c7ced
reflex/.templates/apps/base/code/templates/template.py
@@ -1,5 +1,7 @@
1
"""Common templates used between pages in the app."""
2
3
+from __future__ import annotations
4
+
5
from code import styles
6
from code.components.sidebar import sidebar
7
from typing import Callable
0 commit comments