• App

    Entry point of the application.

    Returns Element

    Remarks

    This is the main component of the application and the entry point after the index.tsx. It contains the MainFrame and the routes to the other pages. The HaskiTheme is injected here. Additionally, the AuthProvider is used to provide the authentication context. The SnackbarProvider is used to provide the snackbars to all pages.

Generated using TypeDoc