Skip to content

Instantly share code, notes, and snippets.

@wolframkriesing
Last active August 29, 2015 14:10
Show Gist options
  • Save wolframkriesing/b7de988d9f16aae25831 to your computer and use it in GitHub Desktop.
Save wolframkriesing/b7de988d9f16aae25831 to your computer and use it in GitHub Desktop.
// inside app.js
export class App {}
// inside domUtil.js
import jQuery from 'jquery' // comes from the node_modules directory
export var domUtil = {}
// inside another file
import {App} from './app'
import {domUtil as domStuff} from './domUtil'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment