From 3f807b2e3f877980dd5b9009fa28287e86d02410 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Mon, 11 Jun 2018 15:21:58 +0300 Subject: [PATCH] oops; remove mimic from root component --- web/app/components/root/root.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/app/components/root/root.jsx b/web/app/components/root/root.jsx index 927bab70..175b37ef 100644 --- a/web/app/components/root/root.jsx +++ b/web/app/components/root/root.jsx @@ -1,5 +1,3 @@ -import 'mimic'; - import { h, Component } from 'preact'; import api from 'common/api';