mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ui): remove obsolete imports
New mobx doesn't need it anymore
This commit is contained in:
committed by
Łukasz Mierzwa
parent
584446d094
commit
a7b9c9ae97
@@ -8,8 +8,6 @@ import {
|
||||
|
||||
import createPercyAddon from "@percy-io/percy-storybook";
|
||||
|
||||
import "mobx-react-lite/batchingForReactDom";
|
||||
|
||||
import { advanceTo } from "jest-date-mock";
|
||||
|
||||
import { ThemeContext } from "Components/Theme";
|
||||
|
||||
@@ -4,8 +4,6 @@ import "./polyfills";
|
||||
import React from "react";
|
||||
import ReactDOM from "react-dom";
|
||||
|
||||
import "mobx-react-lite/batchingForReactDom";
|
||||
|
||||
import {
|
||||
SettingsElement,
|
||||
SetupSentry,
|
||||
|
||||
Reference in New Issue
Block a user