MCPcopy
hub / github.com/smapiot/piral / FriendsProps

Interface FriendsProps

src/pages/www/src/scripts/components/Friends.tsx:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import friends from '../../codegen/friends.codegen';
4
5export interface FriendsProps {}
6
7export const Friends: React.FC<FriendsProps> = () => (
8 <div className="container container-section text-center">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected