ALUDeveloperStudentClub / alu-map

ALU Map is a web-based platform that will help students move around ALU Rwanda Campus.
alu-map.vercel.app
MIT License
6 stars 16 forks source link

Require modules to ES6 #14

Closed nirajpdn closed 2 years ago

nirajpdn commented 2 years ago

PR for issue #13

Now the import syntax is like,

import dotenv from "dotenv";
import express from "express";