move files around
This commit is contained in:
11
resources/views/livewire/project/new-project.blade.php
Normal file
11
resources/views/livewire/project/new-project.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<div>
|
||||
<div class="flex flex-col w-64 gap-2">
|
||||
<button>Repository (any git)</button>
|
||||
<button>Repository through GitHub App</button>
|
||||
<button>Repository through GitLab App</button>
|
||||
<button>Repository through Bitbucket App</button>
|
||||
<button>Deploy Database</button>
|
||||
<button>Deploy Service</button>
|
||||
<button>Empty Project</button>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user