0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 15:52:39 +00:00
Files
homebrewery/client/components/newDocumentForm.jsx
Víctor Losada Hernández a65d4b8ac1 initial commit
2025-11-09 00:04:49 +01:00

12 lines
117 B
JavaScript

import React from "react";
export function NewDocumentForm() {
return (
<div>
Hello
</div>
);
}