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
/
_app.js
2 lines
(1 loc)
•
202 B
JavaScript
View Raw
1
2
import
p
from
"react"
;
import
"../index.css"
;
import
{
StrictMode
as
t}
from
"react"
;
function
m
(
{Component:r,pageProps:o}
){
return
p.
createElement
(t,
null
,p.
createElement
(r,{...o}))}
var
d=m;
export
{d
as
default
};