Skip to content

Commit d87b211

Browse files
committed
Fix syntax error
1 parent 8123799 commit d87b211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/master-detail/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { render,} findDOMNode } from 'react-dom'
2+
import { render, findDOMNode } from 'react-dom'
33
import { createHistory, useBasename } from 'history'
44
import { Router, History, Route, IndexRoute, Link } from 'react-router'
55
import ContactStore from './ContactStore'

0 commit comments

Comments
 (0)