summaryrefslogtreecommitdiff
path: root/source/features/embed-gist-inline.tsx
diff options
context:
space:
mode:
authorGravatar Federico Brigante <github@bfred.it> 2019-03-15 13:44:15 +0800
committerGravatar Federico Brigante <github@bfred.it> 2019-03-15 14:22:00 +0800
commit95c2228caac836feea5aabfb987e07a113511c7f (patch)
tree906d59b0350794a62d9d964f2f19a8f9a14dd0f6 /source/features/embed-gist-inline.tsx
parentefcbf2b985dfd2c7e00c73b860cb6473bc6d39a5 (diff)
downloadrefined-github-95c2228caac836feea5aabfb987e07a113511c7f.tar.gz
refined-github-95c2228caac836feea5aabfb987e07a113511c7f.tar.zst
refined-github-95c2228caac836feea5aabfb987e07a113511c7f.zip
Extract domify into `doma`
Diffstat (limited to 'source/features/embed-gist-inline.tsx')
-rw-r--r--source/features/embed-gist-inline.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/embed-gist-inline.tsx b/source/features/embed-gist-inline.tsx
index 2cab53ec..aee3bf73 100644
--- a/source/features/embed-gist-inline.tsx
+++ b/source/features/embed-gist-inline.tsx
@@ -1,6 +1,6 @@
import React from 'dom-chef';
+import domify from 'doma';
import select from 'select-dom';
-import domify from '../libs/domify';
import features from '../libs/features';
const isGist = link =>