Skip to content

Commit

Permalink
test: fix waste indent
Browse files Browse the repository at this point in the history
  • Loading branch information
unvalley committed Dec 14, 2024
1 parent 91c936b commit dcf4cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Script from 'next/script';
export function MyApp({ Component, pageProps }) {
return (
<div>
<Component {...pageProps} />
<Component {...pageProps} />
<script src='https://polyfill.io/v3/polyfill.min.js?features=AbortController'></script>
<script src='https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver'></script>
<Script src='https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver' />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Script from 'next/script';
export function MyApp({ Component, pageProps }) {
return (
<div>
<Component {...pageProps} />
<Component {...pageProps} />
<script src='https://polyfill.io/v3/polyfill.min.js?features=AbortController'></script>
<script src='https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver'></script>
<Script src='https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver' />
Expand Down

0 comments on commit dcf4cd8

Please sign in to comment.