MCPcopy Create free account
hub / github.com/Packstack-Tech/packstack / SidebarContent

Function SidebarContent

frontend/src/app/PackForm/PackForm.tsx:82–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 };
81
82 const SidebarContent = () => (
83 <InventorySidebar items={inventory}
84 addItem={addItem}
85 removeItem={removeItem}
86 currentItems={packItems.map(item => item.id)}/>
87 );
88
89 React.useEffect(() => {
90 dispatch({ type: 'setTitle', value: 'Inventory' });

Callers 1

PackFormFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected