Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Commit

Permalink
fix request compatibility export, closes extplug/rollover-blurb#1
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Sep 4, 2016
1 parent 7eb98bc commit d9b1e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/compatibility.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as meld from 'meld';
import Plugin from '../Plugin';
import settings from '../store/settings';
import * as request from './request';
import request from './request';
import getUserClasses from './getUserClasses';
import Style from './Style';

Expand Down

0 comments on commit d9b1e48

Please sign in to comment.