randydev commited on
Commit
b674d7e
·
verified ·
1 Parent(s): 4a471e5

Update lib/@randydev/terabox.js

Browse files
Files changed (1) hide show
  1. lib/@randydev/terabox.js +1 -1
lib/@randydev/terabox.js CHANGED
@@ -1,5 +1,5 @@
1
  import axios from 'axios';
2
- import { trbtoken, trburl } from '..../config.js';
3
 
4
  async function TeraboxDownloader(url) {
5
  const options = {
 
1
  import axios from 'axios';
2
+ import { trbtoken, trburl } from '../dev-mode-javascript/config.js';
3
 
4
  async function TeraboxDownloader(url) {
5
  const options = {