Layout Hub foundation

This commit is contained in:
2025-04-07 16:48:39 +02:00
parent 2c5724ccdd
commit 684cdf0bb1
7 changed files with 33 additions and 14 deletions

View File

@@ -0,0 +1,9 @@
export const CreateFirm = () => {
return (
<div>
<h1>Create Firm</h1>
</div>
)
}