mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 12:42:41 +00:00
initial commit
This commit is contained in:
11
client/components/newDocumentForm.jsx
Normal file
11
client/components/newDocumentForm.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from "react";
|
||||
|
||||
|
||||
export function NewDocumentForm() {
|
||||
|
||||
return (
|
||||
<div>
|
||||
Hello
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user