MOVED frontend out of Vaadin/Spring

This commit is contained in:
2025-05-28 12:17:45 +02:00
parent c11346ec3b
commit 59fb65d377
18 changed files with 194 additions and 216 deletions

View File

@@ -0,0 +1,9 @@
export default function Sidebar() {
return (
<div>
<ul>
<li>Create Clip</li>
</ul>
</div>
)
}