diff --git a/src/index.js b/src/index.js
index 2e7f3093..23eb67c0 100644
--- a/src/index.js
+++ b/src/index.js
@@ -12,11 +12,14 @@ const ClientApp = () => (
);
-const ServerApp = (props) => (
-
-
-
-);
+const ServerApp = (props) => {
+ const { url, context } = props;
+ return (
+
+
+
+ );
+};
if (typeof window !== 'undefined') {
ReactDOM.render(, document.getElementById('root'));