mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-07 12:13:17 +08:00
Use babel relative import path
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { SETTINGS_KEY } from './constants';
|
||||
import $ from '../core/app';
|
||||
import $ from '@/core/app';
|
||||
|
||||
export default function register($app) {
|
||||
if (!$.read(SETTINGS_KEY)) $.write({}, SETTINGS_KEY);
|
||||
|
||||
Reference in New Issue
Block a user