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-issues.tsx
Normal file
6
apps/ui/src/routes/github-issues.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createFileRoute } from '@tanstack/react-router';
|
||||
import { GitHubIssuesView } from '@/components/views/github-issues-view';
|
||||
|
||||
export const Route = createFileRoute('/github-issues')({
|
||||
component: GitHubIssuesView,
|
||||
});
|
||||
Reference in New Issue
Block a user