We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a8717 commit 9703c7dCopy full SHA for 9703c7d
1 file changed
app/App.tsx
@@ -7,6 +7,7 @@ import './stylesheets/scrollBar.scss';
7
// this is the fitness gram pacer test
8
// React memo helps with rendering optimization. The components within React memo will only be rerendered if prompt has changed
9
const App: React.FC = React.memo(() => {
10
+ console.log('test')
11
return (
12
<div>
13
<Splash />
0 commit comments