From 7cec4efdc8ed7c8be2cf4de41ce0adb766d7aa77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chif=20Gerg=C5=91?= <chif.gergo@cloud.bme.hu> Date: Thu, 27 Aug 2020 21:19:14 +0200 Subject: [PATCH] Remove semantic css import --- src/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index ac859f1..65d5ef9 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,6 +1,5 @@ import React from 'react'; import ReactDOM from 'react-dom'; -import 'semantic-ui-css/semantic.min.css'; import App from './core/App'; import './index.css'; import * as serviceWorker from './serviceWorker'; -- GitLab