mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-27 15:52:39 +00:00
12 lines
117 B
JavaScript
12 lines
117 B
JavaScript
import React from "react";
|
|
|
|
|
|
export function NewDocumentForm() {
|
|
|
|
return (
|
|
<div>
|
|
Hello
|
|
</div>
|
|
);
|
|
}
|