From 6413b9aaefaa03f94cf9d1d4df0df4e2a9bebdcb Mon Sep 17 00:00:00 2001 From: Alexander Repeta <alexander.repeta@gmail.com> Date: Fri, 5 Feb 2021 13:28:08 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20=D1=82=D0=B8=D0=BF=20=D0=BA=D0=B0=D0=B2=D1=8B?= =?UTF-8?q?=D1=87=D0=B5=D0=BA=20=D0=B4=D0=BB=D1=8F=20=D0=BE=D0=B4=D0=BD?= =?UTF-8?q?=D0=BE=D1=82=D0=B8=D0=BF=D0=BD=D0=BE=D1=81=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 4e24bdb..b724ddc 100644 --- a/src/index.js +++ b/src/index.js @@ -1 +1 @@ -import "./sass/main.scss"; +import './sass/main.scss'; \ No newline at end of file -- GitLab