format files lol

This commit is contained in:
Andras Bacsai
2023-08-11 20:19:42 +02:00
parent 054bebb081
commit c762195c8a
141 changed files with 1305 additions and 1307 deletions

View File

@@ -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>