mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-18 08:20:10 -07:00
7 lines
157 B
TypeScript
7 lines
157 B
TypeScript
// recommended by create-react-app
|
|
import 'react-app-polyfill/ie9';
|
|
import 'react-app-polyfill/ie11';
|
|
import 'react-app-polyfill/stable';
|
|
|
|
import "core-js";
|