feat: import usePrecision for enhanced statistical calculations

This commit is contained in:
2025-09-06 16:51:17 +02:00
parent f3edf97866
commit e3feba6a51

View File

@@ -1,5 +1,6 @@
<script lang="ts" setup>
import type { Stats } from '~~/types'
import { usePrecision } from '#imports'
const { data: stats } = await useAsyncData<Stats>('stats', () => $fetch('/api/stats'))