Live video on the AT Protocol
79
fork

Configure Feed

Select the types of activity you want to include in your feed.

at restructure 6 lines 232 B view raw
1import { Text } from "@streamplace/components"; 2import { ThumbnailSelectorProps } from "./shared"; 3 4export default function ThumbnailSelector(props: ThumbnailSelectorProps) { 5 return <Text style={[{ color: "#fff" }]}>NYI</Text>; 6}