mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 20:54:50 +03:00
Rename ProfileSIdebar to Sidebar
This commit is contained in:
parent
1b94b2fcdd
commit
d7ae34d612
@ -1,9 +1,9 @@
|
||||
<script lang="ts">
|
||||
import ProfileSIdebar from '$lib/components/settings/ProfileSIdebar.svelte';
|
||||
import Sidebar from '$lib/components/settings/Sidebar.svelte';
|
||||
</script>
|
||||
|
||||
<section class="profile-page">
|
||||
<ProfileSIdebar />
|
||||
<Sidebar />
|
||||
<slot />
|
||||
</section>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user