MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / App

Function App

plugins/src/views/App.tsx:5–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import { Welcome } from './components/Welcome';
4
5export default function App() {
6 return (
7 <div>
8 <Welcome />
9 <CommandBar />
10 <Toaster
11 gutter={8}
12 position="bottom-right"
13 />
14 </div>
15 )
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected