Select the types of activity you want to include in your feed.
1import { graph } from './graph'; 2import { ir } from './ir'; 3 4export const debugTools = { 5 graph, 6 ir, 7};