Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
clicks.codes
/
016ea02180b42b88ed031382e484cde4a7e9d3a3
/
.
/
pages
/
_app.js
blob: 1e1cec92425c8b3b8d5829ebd27f216915d5dc36 [
file
] [
log
] [
blame
]
Samuel Shuert
016ea02
2021-09-01 16:17:24 -0500
[
diff
] [
blame^
]
1
import
'../styles/globals.css'
2
3
function
MyApp
({
Component
,
pageProps
})
{
4
return
<
Component
{...
pageProps
}
/>
5
}
6
7
export
default
MyApp