Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am corneyl on github.
  • I am corneyl (https://keybase.io/corneyl) on keybase.
  • I have a public key ASCdORXtxpQulkpi9p48c5P7DMSPauQ9HRU__rMQAq5Ljwo

To claim this, I am signing this object:

@corneyl
corneyl / DashboardTemplate.js
Created July 3, 2017 19:50
DashboardTemplate.js source code
import React from 'react';
import PropTypes from 'prop-types';
import {Link} from 'react-router';
import {Layout, Breadcrumb, Dropdown, Menu, Icon, Row, Col, message} from 'antd';
const {Content} = Layout;
export default class DashboardTemplate extends React.Component {
static contextTypes = {
router: PropTypes.object.isRequired