fix: merge conflcit

This commit is contained in:
Torsten Dittmann
2024-09-25 10:27:31 +02:00
parent bddb977969
commit 381e2bc7fb
@@ -22,15 +22,9 @@
import { base } from '$app/paths';
import { isOwner } from '$lib/stores/roles';
import Edit from './edit.svelte';
import { getRoleLabel, upgradeURL } from '$lib/stores/billing';
import { BillingPlan } from '$lib/constants';
import { isCloud } from '$lib/system';
<<<<<<< HEAD
import { getRoleLabel } from '$lib/stores/billing';
import { Drop } from '$lib/components';
import Upgrade from '$lib/components/roles/upgrade.svelte';
=======
import { Button } from '$lib/elements/forms';
>>>>>>> 8777904fabe7e84099a19823a863170d08a3bfb0
export let data: PageData;