publish: add new-post scaffold + todo

This commit is contained in:
Matilde Park 2020-01-23 17:46:47 -05:00
parent f0c4a63f99
commit 6630357873
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,15 @@
import React, { Component } from 'react'
//TODO integrate codemirror work from GA
export class NewPost extends Component {
render() {
return (
<div>
</div>
)
}
}
export default NewPost;

View File

@ -7,7 +7,7 @@ import { JoinScreen } from '/components/lib/join';
import { Notebook } from '/components/lib/notebook';
import { Note } from '/components/lib/note';
//TODO add new note route
export class Root extends Component {
constructor(props) {
super(props);