mirror of
https://github.com/owenlejeune/AirHockey.git
synced 2025-12-28 10:21:19 -05:00
4 lines
81 B
JavaScript
4 lines
81 B
JavaScript
import Promise from './es6-promise';
|
|
Promise.polyfill();
|
|
export default Promise;
|