mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00:00
Use babel relative import path
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { HTTP } from '../vendor/open-api';
|
||||
import { HTTP } from '@/vendor/open-api';
|
||||
|
||||
const cache = new Map();
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { HTTP } from '../vendor/open-api';
|
||||
import { HTTP } from '@/vendor/open-api';
|
||||
|
||||
/**
|
||||
* Gist backup
|
||||
|
||||
Reference in New Issue
Block a user