fix: remove unused jest-chain, babel-polyfill, axios-mock-adapter (#603)

This commit is contained in:
Braden MacDonald
2025-07-21 10:38:01 -07:00
committed by GitHub
parent 171a770235
commit 4dfb1b3053
5 changed files with 135 additions and 55 deletions

View File

@@ -1,5 +1,3 @@
import 'babel-polyfill';
import React from 'react';
import ReactDOM from 'react-dom';
import { initialize, getConfig, subscribe, APP_READY } from '@edx/frontend-platform';