added post form

This commit is contained in:
plebbitor
2023-02-11 22:00:13 +01:00
parent 132fdb3351
commit 332b5f8c29
5 changed files with 533 additions and 27 deletions
-9
View File
@@ -1,9 +0,0 @@
import React from 'react';
const Thread = () => {
return (
<h1>thread</h1>
);
}
export default Thread;