Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Packstack-Tech/packstack
/ renderEmptyList
Function
renderEmptyList
frontend/src/app/Inventory/index.tsx:62–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
const renderEmptyList = () => (
63
<MessageArea>
64
Get started by adding your inventory.
65
</MessageArea>
66
);
67
68
const SidebarContent = () => <ItemForm onSubmit={fetchItems}/>;
69
Callers
1
Inventory
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected