about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/actions/polls.js
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-08-31 12:53:10 +0200
committerThibaut Girka <thib@sitedethib.com>2019-08-31 18:23:24 +0200
commit682cfbb829fe9e3a701dfd1dc3b1ab0b117f9208 (patch)
treea5b7fe3b66514d62d1c1dbc11f36afc48b0ce81c /app/javascript/flavours/glitch/actions/polls.js
parentcd46099e4939807af05b2ca1c8800d6a956d691b (diff)
Fix imports importing modules from vanilla flavour instead of glitch
Diffstat (limited to 'app/javascript/flavours/glitch/actions/polls.js')
-rw-r--r--app/javascript/flavours/glitch/actions/polls.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/actions/polls.js b/app/javascript/flavours/glitch/actions/polls.js
index 8e8b82df5..ca94a095f 100644
--- a/app/javascript/flavours/glitch/actions/polls.js
+++ b/app/javascript/flavours/glitch/actions/polls.js
@@ -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';