Browse Source

fix(create-tauri-app): Change script name in App.tsx from 'App.js' to 'App.tsx' (#2333)

ilukinov 4 years ago
parent
commit
4678144e22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tooling/create-tauri-app/src/templates/react/react-ts/src/App.tsx

+ 1 - 1
tooling/create-tauri-app/src/templates/react/react-ts/src/App.tsx

@@ -30,7 +30,7 @@ function App() {
           Learn React
         </a>
         <p>
-          Edit <code>src/App.js</code> and save to reload.
+          Edit <code>src/App.tsx</code> and save to reload.
         </p>
       </header>
     </div>