summaryrefslogtreecommitdiff
path: root/source/features/copy-file.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/copy-file.tsx')
-rw-r--r--source/features/copy-file.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/copy-file.tsx b/source/features/copy-file.tsx
index 6182d650..3cff95ab 100644
--- a/source/features/copy-file.tsx
+++ b/source/features/copy-file.tsx
@@ -1,4 +1,4 @@
-import {React} from 'dom-chef/react';
+import React from 'dom-chef';
import select from 'select-dom';
import copyToClipboard from 'copy-text-to-clipboard';
import features from '../libs/features';