First stab of React based app. 2/3rds of the panel are stubbed out.

This commit is contained in:
2014-04-13 22:32:36 -07:00
parent f8d299b287
commit 554842a3fb
4 changed files with 92 additions and 7 deletions

View File

@@ -173,5 +173,7 @@
<script src="/js/react.js"></script>
<script src="/js/JSXTransformer.js"></script>
<script src="/js/unread.js" type="text/jsx"></script>
<script src="/js/folder.js" type="text/jsx"></script>
<script src="/js/app.js" type="text/jsx"></script>
</body>
</html>