This website requires JavaScript.
Explore
Help
Sign in
zaire
/
campfire
Watch
1
Star
0
Fork
You've already forked campfire
0
forked from
blisstown/campfire
Code
Pull requests
Activity
ac1212720d
campfire
/
src
/
routes
/
post
/
[id]
/
+page.js
6 lines
90 B
JavaScript
Raw
Normal View
History
Unescape
Escape
finish sk restructure, a11y and optimisations
2024-06-29 14:48:34 +01:00
export
async
function
load
(
{
params
}
)
{
return
{
i think i finally fixed the state management awfulness
2024-07-01 03:41:02 +01:00
post
_id
:
params
.
id
finish sk restructure, a11y and optimisations
2024-06-29 14:48:34 +01:00
}
;
}
Copy permalink