hyp / apps /ui /src /routes /github-issues.tsx
Leon4gr45's picture
Upload folder using huggingface_hub
1dbc34b verified
import { createFileRoute } from '@tanstack/react-router';
import { GitHubIssuesView } from '@/components/views/github-issues-view';
export const Route = createFileRoute('/github-issues')({
component: GitHubIssuesView,
});