basic ui complete

This commit is contained in:
Alex
2024-04-07 20:37:26 -05:00
parent 73b961f5fa
commit 16543a233b
6 changed files with 79 additions and 47 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
</script>
<UserPageLayout title={data.meta.title}>
<section class="grid grid-cols-[400px_1fr] h-full">
<section class="grid grid-cols-[25%_1fr] h-full">
<WorkflowList />
<WorkflowEditor />
</section>