forked from DebaucheryLibrarian/traxxx
Removed unused variable causing failed build.
This commit is contained in:
parent
1697728b2a
commit
71b25774d0
|
@ -1,5 +1,5 @@
|
|||
import { graphql, post, del } from '../api';
|
||||
import { actorFields, releaseFields } from '../fragments';
|
||||
import { releaseFields } from '../fragments';
|
||||
import { curateUser } from '../curate';
|
||||
|
||||
function initUsersActions(store, _router) {
|
||||
|
|
Loading…
Reference in New Issue