Add edit link to posts and comments

This commit is contained in:
riggraz
2019-09-25 11:50:23 +02:00
parent e06d95a7bb
commit f4c1792f39
6 changed files with 45 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
import * as React from 'react';
const Separator = () => <span>&nbsp;&bull;&nbsp;</span>
export default Separator;