Move flavours/glitch/util/api to flavours/glitch/api

This commit is contained in:
Claire
2022-10-11 10:32:31 +02:00
parent 64342a87b4
commit c285546052
39 changed files with 38 additions and 38 deletions

View File

@ -1,4 +1,4 @@
import api from 'flavours/glitch/util/api';
import api from '../api';
import { debounce } from 'lodash';
import compareId from 'flavours/glitch/util/compare_id';
import { List as ImmutableList } from 'immutable';