[READ-ONLY] Mirror of https://github.com/flo-bit/room. tiny 3d rooms saved locally or in your bluesky account, svelte/threlte flo-bit.dev/room/
0

Configure Feed

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

room / src / lib / components / base / avatar / index.ts
119 B 4 lines
1import Avatar from './Avatar.svelte'; 2import AvatarGroup from './AvatarGroup.svelte'; 3 4export { Avatar, AvatarGroup };