Closed Swap76 closed 5 years ago
The code which is using require
const express = require('express');
should be converted to this
import express from 'express';
The code which is using require
should be converted to this