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 | import AdminPage from './pages/AdminPage' |
| #2 | import './App.css' |
| #3 | |
| #4 | export default function App() { |
| #5 | return ( |
| #6 | <div className="app"> |
| #7 | <header className="app-header"> |
| #8 | <img src="/logo-small.png" alt="Moltworker" className="header-logo" /> |
| #9 | <h1>Moltbot Admin</h1> |
| #10 | </header> |
| #11 | <main className="app-main"> |
| #12 | <AdminPage /> |
| #13 | </main> |
| #14 | </div> |
| #15 | ) |
| #16 | } |
| #17 |