Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
blanchon
/
RobotHub-TransportServer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8344c24
RobotHub-TransportServer
/
demo
/
src
/
routes
/
[workspaceId]
/
robotics
/
+page.ts
blanchon
Initial commit
8aedc84
6 months ago
raw
Copy download link
history
blame
160 Bytes
export
const
load
= (
{ params }: { params: { workspaceId:
string
} }
) => {
const
workspaceId = params.
workspaceId
;
return
{
workspaceId
: workspaceId
};
};