Skip to content

Commit

Permalink
fix plugin import path
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolodavis committed Jan 8, 2019
1 parent 8691612 commit 6bce313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
* https://opensource.org/licenses/MIT.
*/

import PluginPlayer from '../src/core/plugins/plugin-player';
import PluginPlayer from '../src/plugins/plugin-player';

export { PluginPlayer };

0 comments on commit 6bce313

Please sign in to comment.