thorpedosg

FpwvMPHS

Aug 6th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // Express is a function that is exported as module
  2. // from the express project
  3. const express = require('express')
  4.  
  5. // React is an object that is exported as module
  6. // from the react project
  7. import React from 'react'
Add Comment
Please, Sign In to add comment