MCPcopy Create free account
hub / github.com/aetherstate/GODMOD3.AI / p

Function p

src/components/ChatMessage.tsx:175–177  ·  view source on GitHub ↗
({ children })

Source from the content-addressed store, hash-verified

173 )
174 },
175 p({ children }) {
176 return <p className="mb-3 last:mb-0 leading-relaxed">{children}</p>
177 },
178 ul({ children }) {
179 return <ul className="list-disc pl-4 mb-3 space-y-1">{children}</ul>
180 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected