Skip to content

Commit c9f985d

Browse files
committed
refactor(side-bar): remove TwoFactorInfo component from bottom-info.svelte
1 parent 2ab057f commit c9f985d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
<script lang="ts">
22
import ServerStatus from './server-status.svelte';
33
import StorageSpace from './storage-space.svelte';
4-
import TwoFactorInfo from './two-factor-info.svelte';
54
</script>
65

76
<div class="mt-auto">
87
<StorageSpace />
98
</div>
109

11-
<TwoFactorInfo />
12-
1310
<div class="mb-6 mt-2">
1411
<ServerStatus />
1512
</div>

0 commit comments

Comments
 (0)