Skip to content

Commit bf2974e

Browse files
committed
Moved index.js to ES5 to keep things simple.
1 parent f2720e8 commit bf2974e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import express from 'express';
1+
var express = require('express');
22

33
const app = express();
44

0 commit comments

Comments
 (0)