Skip to content

Commit

Permalink
fix examples imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bradennapier committed Nov 23, 2017
1 parent 077ae36 commit 2c029c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/simple.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/* @flow */
import Wildcard from 'wildcard-utils';
import toWildcardPattern from 'wildcard-utils/to-pattern';

import { log } from '../utils/log';
import { Wildcard } from '../src/main';
import toWildcardPattern from '../src/toPattern';

log('-------------------------------------');

Expand Down

0 comments on commit 2c029c9

Please sign in to comment.