Skip to content

Commit

Permalink
Update doc site stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Jan 25, 2017
1 parent 4e0123f commit 2e0aa35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/buildSiteIndexPages.sh
Expand Up @@ -8,7 +8,7 @@ var fs = require('fs');
var path = require('path');
var glob = require('glob');
var Constants = require('../site/Constants');
var renderPath = require('../__site_prerender__/renderPath');
var renderPath = require('../__site_prerender__/renderPath').default;
var flatten = require('lodash/flatten');

var sitePath = path.join(__dirname, '../__site__');
Expand Down
2 changes: 1 addition & 1 deletion site/components/CodeBlock.js
@@ -1,6 +1,6 @@
import React, { PropTypes, Component } from 'react';
import { findDOMNode } from 'react-dom';
import ReactUpdates from 'react/lib/ReactUpdates';
import ReactUpdates from 'react-dom/lib/ReactUpdates';
import StaticHTMLBlock from './StaticHTMLBlock';

import './CodeBlock.less';
Expand Down

0 comments on commit 2e0aa35

Please sign in to comment.