0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 12:42:41 +00:00

initial commit

This commit is contained in:
Víctor Losada Hernández
2025-11-09 00:04:49 +01:00
parent 7c85be5db2
commit a65d4b8ac1
2 changed files with 38 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
import React from "react";
export function NewDocumentForm() {
return (
<div>
Hello
</div>
);
}