Skip to content

Commit f71b0fc

Browse files
committed
added a more in-your-face header to client.js
1 parent 9cc249e commit f71b0fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/client.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
/* global __DEVTOOLS__ */
1+
/**
2+
* THIS IS THE ENTRY POINT FOR THE CLIENT, JUST LIKE server.js IS THE ENTRY POINT FOR THE SERVER.
3+
*/
24
import 'babel/polyfill';
35
import React from 'react';
46
import BrowserHistory from 'react-router/lib/BrowserHistory';

0 commit comments

Comments
 (0)