diff --git a/js/components/app.js b/js/components/app.js
index ad06c8e..99c3f6a 100644
--- a/js/components/app.js
+++ b/js/components/app.js
@@ -1,11 +1,12 @@
import React from 'react';
import CommentsList from './CommentsList.js';
+import CommentsForm from './CommentsForm.js';
class App extends React.Component {
render() {
return Oh hai