diff --git a/src/lib/components/admin/Users/Groups/PermissionSwitch.svelte b/src/lib/components/admin/Users/Groups/PermissionSwitch.svelte deleted file mode 100644 index 71958d1059..0000000000 --- a/src/lib/components/admin/Users/Groups/PermissionSwitch.svelte +++ /dev/null @@ -1,38 +0,0 @@ - - -
- {#if tooltip} - -
- {label} -
- -
- {:else} -
-
- {label} -
- -
- {/if} - {#if defaultState && !state} -
- -
- {/if} -
\ No newline at end of file