Select the types of activity you want to include in your feed.
1pub const config = @import("config.zig"); 2pub const data = @import("data.zig"); 3 4test { 5 const testing = @import("std").testing; 6 testing.refAllDecls(@This()); 7}