import { Button } from '@boring.tools/ui' import { createFileRoute } from '@tanstack/react-router' import { useChangelogById } from '../hooks/useChangelog' const Component = () => { const { id } = Route.useParams() const { data, error, isPending, refetch } = useChangelogById({ id }) if (error) { return (
Please try again later