refactor: 🔥 Remove useless scrolling end reached message

This commit is contained in:
Jesse Wierzbinski 2025-12-09 23:28:26 +01:00
parent 35f72e6197
commit fd1759ff64
No known key found for this signature in database
2 changed files with 0 additions and 17 deletions

View file

@ -1,13 +0,0 @@
<template>
<Alert>
<AlertTitle>{{ m.steep_suave_fish_snap() }}</AlertTitle>
<AlertDescription>{{ m.muddy_bland_shark_accept() }}</AlertDescription>
</Alert>
</template>
<script lang="ts" setup>
import { Alert, AlertDescription, AlertTitle } from "~/components/ui/alert";
import * as m from "~~/paraglide/messages.js";
</script>
<style></style>