Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
asgvard committed Feb 4, 2019
1 parent 00963ed commit 27468be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import withFocusable from 'withFocusable';
import withSpatialNavigation from 'withSpatialNavigation';
import withFocusable from './withFocusable';
import withSpatialNavigation from './withSpatialNavigation';

export {
withFocusable,
Expand Down

0 comments on commit 27468be

Please sign in to comment.