need more __future
This commit is contained in:
parent
6f303c0c17
commit
7022640378
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user