Fix imports importing modules from vanilla flavour instead of glitch

This commit is contained in:
Thibaut Girka
2019-08-31 12:53:10 +02:00
parent cd46099e49
commit 682cfbb829
5 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
import api from '../api';
import api from 'flavours/glitch/util/api';
import { importFetchedPoll } from './importer';
export const POLL_VOTE_REQUEST = 'POLL_VOTE_REQUEST';