[MM-52821] Migrate components/app.jsx to Typescript (#23605)

Co-authored-by: Iliès BELDJILALI <ibeldjilali@takima.fr>
Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
ilies-bel 2023-06-14 18:21:04 +02:00 committed by GitHub
parent e60e2dc040
commit 8e13e7fffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ async function initializeModuleFederation() {
// Desktop specific code for remote module loading
moduleFederationPluginOptions.exposes = {
'./app': 'components/app.jsx',
'./app': 'components/app',
'./store': 'stores/redux_store.jsx',
'./styles': './src/sass/styles.scss',
'./registry': 'module_registry',