Skip to content

Commit b7ba22a

Browse files
Merge pull request #12 from qawolf/revert-8-revert-7-try
Revert "Revert "Deploy""
2 parents d207444 + 56944d6 commit b7ba22a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/_app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import '../styles/globals.css'
22

3+
const deploy = 42;
4+
35
function MyApp({ Component, pageProps }) {
46
return <Component {...pageProps} />
57
}

0 commit comments

Comments
 (0)