Skip to content

Commit d5c7ced

Browse files
authored
Support 3.9 on templates (#2065)
1 parent 5e444a7 commit d5c7ced

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reflex/.templates/apps/base/code/templates/template.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""Common templates used between pages in the app."""
22

3+
from __future__ import annotations
4+
35
from code import styles
46
from code.components.sidebar import sidebar
57
from typing import Callable

0 commit comments

Comments
 (0)