MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / RequiredStar

Function RequiredStar

src/components/RequiredStar.tsx:1–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1const RequiredStar = () => {
2 return <span className="text-red-600">*</span>;
3};
4
5export default RequiredStar;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected