randydev commited on
Commit
78a68d5
·
verified ·
1 Parent(s): 782afc2

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -22,7 +22,7 @@ import express from 'express';
22
  const app = express();
23
 
24
  import * as swaggerUi from 'swagger-ui-express';
25
- import * as cheerio from 'cheerio';
26
  import * as lifestyle from './startup/lifestyle.js';
27
  import * as uuid from 'uuid';
28
 
 
22
  const app = express();
23
 
24
  import * as swaggerUi from 'swagger-ui-express';
25
+ import * as cheerios from 'cheerio';
26
  import * as lifestyle from './startup/lifestyle.js';
27
  import * as uuid from 'uuid';
28