chore: dashboard page cleanup

This commit is contained in:
Ben Allfree 2025-01-08 12:06:00 -08:00
parent 8466459809
commit 45208df304

View File

@ -1,11 +1,5 @@
<script lang="ts">
import { MAX_INSTANCE_COUNTS } from '$src/env'
import { globalInstancesStore, userSubscriptionType } from '$util/stores'
import { values } from '@s-libs/micro-dash'
import Main from './Main.svelte'
$: maxInstanceCount = MAX_INSTANCE_COUNTS[$userSubscriptionType]
$: instanceCount = values($globalInstancesStore).length
</script>
<Main />