diff --git a/reflex/components/next/image.py b/reflex/components/next/image.py index f3bba7ecc..c1234fd5f 100644 --- a/reflex/components/next/image.py +++ b/reflex/components/next/image.py @@ -1,5 +1,7 @@ """Image component from next/image.""" +from __future__ import annotations + from typing import Any, Literal, Optional, Union from reflex.event import EventHandler, no_args_event_spec