UNPKG
tethysfaceid
Version:
latest (0.1.0)
0.1.0
tethysfaceid
/
pages
/
_app.js
8 lines
(5 loc)
•
139 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
'../styles/style.less'
;
function
MyApp
(
{ Component, pageProps }
) {
return
<
Component
{
...pageProps
} />
; }
export
default
MyApp
;