From 27468be6e7658342c8d49b4bdb13571a53a958e2 Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Mon, 4 Feb 2019 21:17:12 +0100 Subject: [PATCH] Fixed import --- dist/index.js | 4 ++-- src/index.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/index.js b/dist/index.js index 1acaa89..66d95c6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -5,11 +5,11 @@ Object.defineProperty(exports, "__esModule", { }); exports.withSpatialNavigation = exports.withFocusable = undefined; -var _withFocusable = require('withFocusable'); +var _withFocusable = require('./withFocusable'); var _withFocusable2 = _interopRequireDefault(_withFocusable); -var _withSpatialNavigation = require('withSpatialNavigation'); +var _withSpatialNavigation = require('./withSpatialNavigation'); var _withSpatialNavigation2 = _interopRequireDefault(_withSpatialNavigation); diff --git a/src/index.js b/src/index.js index cc92e79..983fcb9 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,5 @@ -import withFocusable from 'withFocusable'; -import withSpatialNavigation from 'withSpatialNavigation'; +import withFocusable from './withFocusable'; +import withSpatialNavigation from './withSpatialNavigation'; export { withFocusable,