feat(nvim-tree): fully working navigation
This commit is contained in:
6
src/server/api/routers/github/index.ts
Normal file
6
src/server/api/routers/github/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createTRPCRouter } from "../../trpc";
|
||||
import { getRepos } from "./getRepos";
|
||||
|
||||
export const github = createTRPCRouter({
|
||||
getRepos,
|
||||
});
|
||||
Reference in New Issue
Block a user