mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: merge conflcit
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user