mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 08:34:25 +03:00
publish: add new-post scaffold + todo
This commit is contained in:
parent
f0c4a63f99
commit
6630357873
15
pkg/interface/publish/src/js/components/lib/new-post.js
Normal file
15
pkg/interface/publish/src/js/components/lib/new-post.js
Normal 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;
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user