Skip to content

Commit 9703c7d

Browse files
committed
branch protection test
1 parent 09a8717 commit 9703c7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import './stylesheets/scrollBar.scss';
77
// this is the fitness gram pacer test
88
// React memo helps with rendering optimization. The components within React memo will only be rerendered if prompt has changed
99
const App: React.FC = React.memo(() => {
10+
console.log('test')
1011
return (
1112
<div>
1213
<Splash />

0 commit comments

Comments
 (0)