summaryrefslogtreecommitdiff
path: root/source/features/batch-open-issues.tsx
diff options
context:
space:
mode:
authorGravatar Federico Brigante <github@bfred.it> 2019-02-12 15:48:25 +0800
committerGravatar GitHub <noreply@github.com> 2019-02-12 15:48:25 +0800
commita5fafc952ea9f48902f11bc86151e587522367f4 (patch)
tree1fa425fe765fd9973da636f432957ac586f44fc3 /source/features/batch-open-issues.tsx
parent23e0512dda9979a0593577d0143d95a0fb1cacaa (diff)
downloadrefined-github-a5fafc952ea9f48902f11bc86151e587522367f4.tar.gz
refined-github-a5fafc952ea9f48902f11bc86151e587522367f4.tar.zst
refined-github-a5fafc952ea9f48902f11bc86151e587522367f4.zip
Meta: Simplify dom-chef usage (#1768)
Diffstat (limited to 'source/features/batch-open-issues.tsx')
-rw-r--r--source/features/batch-open-issues.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/batch-open-issues.tsx b/source/features/batch-open-issues.tsx
index 2a2feef4..0419eb2f 100644
--- a/source/features/batch-open-issues.tsx
+++ b/source/features/batch-open-issues.tsx
@@ -1,5 +1,5 @@
/* eslint-disable no-alert */
-import {React} from 'dom-chef/react';
+import React from 'dom-chef';
import select from 'select-dom';
import features from '../libs/features';