mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-29 23:23:10 +01:00
Fix imports importing modules from vanilla flavour instead of glitch
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user