refactor progress
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
* along with Fluxer. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import {Endpoints} from '~/Endpoints';
|
||||
import http from '~/lib/HttpClient';
|
||||
import {Logger} from '~/lib/Logger';
|
||||
import RuntimeConfigStore from '~/stores/RuntimeConfigStore';
|
||||
import {isInstalledPwa} from '~/utils/PwaUtils';
|
||||
import {Endpoints} from '@app/Endpoints';
|
||||
import http from '@app/lib/HttpClient';
|
||||
import {Logger} from '@app/lib/Logger';
|
||||
import RuntimeConfigStore from '@app/stores/RuntimeConfigStore';
|
||||
import {isInstalledPwa} from '@app/utils/PwaUtils';
|
||||
|
||||
interface PushSubscriptionListResponse {
|
||||
subscriptions: Array<{subscription_id: string; user_agent: string | null}>;
|
||||
Reference in New Issue
Block a user