Added news editor

This commit is contained in:
2021-02-03 12:22:39 +11:00
parent 5a271fb127
commit 217bcf08a6
7 changed files with 671 additions and 69 deletions
@@ -1,5 +1,7 @@
import React from 'react';
//DOCS: props.uri is the address of a live news-server
//DOCS: props.newsKey is the key of the live news-server
const NewsPublisher = props => {
let titleElement, authorElement, bodyElement;