create-nteract-app
Advanced tools
Comparing version 0.3.7 to 0.3.8
{ | ||
"name": "create-nteract-app", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "create an nteractive computing app!", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -5,6 +5,5 @@ const withMDX = require("@zeit/next-mdx")(); | ||
return { | ||
"/": { page: "/" }, | ||
"/cell": { page: "/cell" } | ||
"/": { page: "/" } | ||
}; | ||
} | ||
}); |
@@ -7,3 +7,2 @@ import * as React from "react"; | ||
import { Kernel } from "@mybinder/host-cache"; | ||
import { CodeArea } from "../components/code-area"; | ||
const { WideLogo } = require("@nteract/logos"); | ||
@@ -10,0 +9,0 @@ |
203214
514