[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>
Этот коммит содержится в:
ilies-bel
2023-06-14 18:21:04 +02:00
коммит произвёл GitHub
родитель e60e2dc040
Коммит 8e13e7fffe
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@@ -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',