format files lol
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<x-layout>
|
||||
@if ($type === 'public')
|
||||
<livewire:project.new.public-git-repository :type="$type"/>
|
||||
<livewire:project.new.public-git-repository :type="$type" />
|
||||
@elseif ($type === 'private-gh-app')
|
||||
<livewire:project.new.github-private-repository :type="$type"/>
|
||||
<livewire:project.new.github-private-repository :type="$type" />
|
||||
@elseif ($type === 'private-deploy-key')
|
||||
<livewire:project.new.github-private-repository-deploy-key :type="$type"/>
|
||||
<livewire:project.new.github-private-repository-deploy-key :type="$type" />
|
||||
@else
|
||||
<livewire:project.new.select/>
|
||||
<livewire:project.new.select />
|
||||
@endif
|
||||
</x-layout>
|
||||
|
||||
Reference in New Issue
Block a user