Spaces:
Paused
Paused
Update index.js
Browse files
index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import axios from 'axios';
|
| 2 |
-
import cheerio from 'cheerio';
|
| 3 |
import { createRequire } from 'module';
|
| 4 |
import os from 'os';
|
| 5 |
import express from 'express';
|
|
|
|
| 1 |
import axios from 'axios';
|
| 2 |
+
import * as cheerio from 'cheerio';
|
| 3 |
import { createRequire } from 'module';
|
| 4 |
import os from 'os';
|
| 5 |
import express from 'express';
|