mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-23 22:08:09 -05:00
8 lines
236 B
TypeScript
8 lines
236 B
TypeScript
import { commentTool } from './comment'
|
|
import { prTool } from './pr'
|
|
import { repoInfoTool } from './repo'
|
|
|
|
export const githubCommentTool = commentTool
|
|
export const githubPrTool = prTool
|
|
export const githubRepoInfoTool = repoInfoTool
|