Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View kaidez's full-sized avatar

Kai Gittens kaidez

View GitHub Profile
@kaidez
kaidez / main.js
Last active October 23, 2015 19:28
es6-module-issue
// Also tried "import foo from './resources'"
// Imported from the file below
import { foo } from 'resources';
console.log(foo);