Skip to content

Commit

Permalink
simplify import
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Jun 7, 2020
1 parent 79fe3d5 commit dca22f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/index.js
@@ -1,8 +1,8 @@
import * as dom from './util/dom';
import { documentReady } from './util/dom';
import { Docsify } from './Docsify';

/**
* Run Docsify
*/
// eslint-disable-next-line no-unused-vars
dom.documentReady(_ => new Docsify());
documentReady(_ => new Docsify());

0 comments on commit dca22f3

Please sign in to comment.