From 9dfeb85b44d13d33d4855c9e7da109f5f9d5c1b2 Mon Sep 17 00:00:00 2001 From: Walker Date: Sun, 31 Jan 2021 21:15:55 -0300 Subject: [PATCH] style: use single quote --- app/client/src/polyfills.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/polyfills.tsx b/app/client/src/polyfills.tsx index 7bc1f42..baeefe8 100644 --- a/app/client/src/polyfills.tsx +++ b/app/client/src/polyfills.tsx @@ -4,4 +4,4 @@ import 'react-app-polyfill/ie11'; import 'react-app-polyfill/stable'; // probably is better to load polyfills on demand, // browser tests are required to detect which polyfills are needed -import "core-js"; +import 'core-js';