mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-18 03:28:05 +08:00
Use babel relative import path
This commit is contained in:
@@ -3,10 +3,10 @@ import {
|
||||
GIST_BACKUP_KEY,
|
||||
GIST_BACKUP_FILE_NAME,
|
||||
} from './constants';
|
||||
import { ENV, HTTP } from '../vendor/open-api';
|
||||
import express from '../vendor/express';
|
||||
import Gist from '../utils/gist';
|
||||
import $ from '../core/app';
|
||||
import { ENV, HTTP } from '@/vendor/open-api';
|
||||
import express from '@/vendor/express';
|
||||
import Gist from '@/utils/gist';
|
||||
import $ from '@/core/app';
|
||||
|
||||
import registerSubscriptionRoutes from './subscriptions';
|
||||
import registerCollectionRoutes from './collections';
|
||||
|
||||
Reference in New Issue
Block a user