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 9703c7d commit 4b0da1dCopy full SHA for 4b0da1d
1 file changed
app/App.tsx
@@ -7,7 +7,6 @@ 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