UNPKG
next-social-icons
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A Next.js-compatible social icons library based on `react-social-icons`.
next-social-icons
/
dist
/
pages
/
api
/
hello.js
2 lines
(1 loc)
•
76 B
JavaScript
View Raw
1
2
function
t
(
n,e
){e.
status
(
200
).
json
({
name
:
"John Doe"
})}
export
{t
as
default
};