mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 08:33:36 +00:00
fixing auto verify for kanban issues
This commit is contained in:
6
apps/ui/src/routes/github-prs.tsx
Normal file
6
apps/ui/src/routes/github-prs.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createFileRoute } from '@tanstack/react-router';
|
||||
import { GitHubPRsView } from '@/components/views/github-prs-view';
|
||||
|
||||
export const Route = createFileRoute('/github-prs')({
|
||||
component: GitHubPRsView,
|
||||
});
|
||||
Reference in New Issue
Block a user