package __PACKAGE__ import androidx.compose.runtime.Composable import __PACKAGE__.presentation.App as PresentationApp @Composable fun App() = PresentationApp()