From 2c029c9cddade49f255a45c0765ef9b9dcf668f1 Mon Sep 17 00:00:00 2001 From: Braden Napier Date: Wed, 22 Nov 2017 16:49:39 -0800 Subject: [PATCH] fix examples imports --- examples/simple.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/simple.js b/examples/simple.js index b1fd831..369c689 100644 --- a/examples/simple.js +++ b/examples/simple.js @@ -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('-------------------------------------');