diff --git a/reflex/.templates/apps/base/code/templates/template.py b/reflex/.templates/apps/base/code/templates/template.py index da62f2ad0..03111d6a6 100644 --- a/reflex/.templates/apps/base/code/templates/template.py +++ b/reflex/.templates/apps/base/code/templates/template.py @@ -1,5 +1,7 @@ """Common templates used between pages in the app.""" +from __future__ import annotations + from code import styles from code.components.sidebar import sidebar from typing import Callable