0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 12:12:42 +00:00

Updating pathing to the naturalcrit share folder

This commit is contained in:
Scott Tolksdorf
2016-05-06 14:04:58 -04:00
parent ad02f99ebe
commit 7c8fd42619
13 changed files with 24 additions and 24 deletions

View File

@@ -2,7 +2,7 @@ var React = require('react');
var _ = require('lodash');
var cx = require('classnames');
var RollDice = require('naturalCrit/rollDice');
var RollDice = require('naturalcrit/rollDice');
var AttackSlot = React.createClass({
getDefaultProps: function() {