Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaggieAppleton/digital-gardeners
/ Tutorials
Function
Tutorials
pages/tutorials.js:3–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
Layout from
"../components/Layout"
;
2
3
export
default
function
Tutorials() {
4
return
(
5
<Layout>
6
<div>hello</div>
7
</Layout>
8
);
9
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected