Closed Adirio closed 1 year ago
Constants related to the Frame are under Scom, which means that an import inside a function is required to prevent circular imports.
Frame
Scom
Instead, moving this contants to Frame prevent this circular import.
🙏 @Adirio
Constants related to the
Frame
are underScom
, which means that an import inside a function is required to prevent circular imports.Instead, moving this contants to
Frame
prevent this circular import.