♫
📌 canary ▾
next.js
/
examples
/
with-framer-motion
/
pages
/
index.js
index.js
6 lines
102 B
import
Gallery
from
"../components/Gallery"
;
const
Index
=
()
=>
<
Gallery
/>;
export
default
Index;
v2.0.0
/
Go
SIGN IN