Skip to content

Instantly share code, notes, and snippets.

@Tallies
Created June 3, 2015 13:45
Show Gist options
  • Save Tallies/fd0e0c51e169ad765bcf to your computer and use it in GitHub Desktop.
Save Tallies/fd0e0c51e169ad765bcf to your computer and use it in GitHub Desktop.
var React = require('react');
var Header = require('../Components/Header.jsx').Header;
var Menu = require("../Components/Menu.jsx").Menu;
var ContentPanel = require("../Components/ContentPanel.jsx").ContentPanel;
var $ = require("jquery");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment