separate component views

This commit is contained in:
hackerESQ
2024-08-03 23:52:53 -05:00
parent 7b4b80620c
commit 6eabf6bbf4
5 changed files with 59 additions and 10 deletions
@@ -12,5 +12,8 @@ new class extends Component {
}; ?>
<div>
<x-ib-toolbar title="Create Portfolio" />
<livewire:portfolio.manage-portfolio-form submit="save" />
</div>