1
0
mirror of https://github.com/pavlobu/deskreen.git synced 2025-05-18 08:20:10 -07:00

style: use single quote

This commit is contained in:
Walker 2021-01-31 21:15:55 -03:00
parent 219202f880
commit 9dfeb85b44

View File

@ -4,4 +4,4 @@ import 'react-app-polyfill/ie11';
import 'react-app-polyfill/stable'; import 'react-app-polyfill/stable';
// probably is better to load polyfills on demand, // probably is better to load polyfills on demand,
// browser tests are required to detect which polyfills are needed // browser tests are required to detect which polyfills are needed
import "core-js"; import 'core-js';