mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-13 20:34:22 +08:00
Use babel relative import path
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { getPlatformFromHeaders, getFlowHeaders } from './subscriptions';
|
||||
import { SUBS_KEY, COLLECTIONS_KEY } from './constants';
|
||||
import { produceArtifact } from './artifacts';
|
||||
import $ from '../core/app';
|
||||
import $ from '@/core/app';
|
||||
|
||||
export default function register($app) {
|
||||
if (!$.read(COLLECTIONS_KEY)) $.write({}, COLLECTIONS_KEY);
|
||||
|
||||
Reference in New Issue
Block a user