repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | interface PlaceholderPageProps { |
| #2 | title: string; |
| #3 | copy: string; |
| #4 | } |
| #5 | |
| #6 | export function PlaceholderPage({ title, copy }: PlaceholderPageProps) { |
| #7 | return ( |
| #8 | <section className="page-grid"> |
| #9 | <article className="card placeholder-card"> |
| #10 | <h2>{title}</h2> |
| #11 | <p>{copy}</p> |
| #12 | </article> |
| #13 | </section> |
| #14 | ); |
| #15 | } |
| #16 |