Skip to content

Commit f1ba475

Browse files
authored
Fixed path to App.tsx in intro text
1 parent e811364 commit f1ba475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function App() {
1717
<h1 className="App-title">Welcome to {config.app.TITLE}</h1>
1818
</header>
1919
<p className="App-intro">
20-
To get started, edit <code>src/browser/App.jsx</code> and save to reload.
20+
To get started, edit <code>src/App.tsx</code> and save to reload.
2121
</p>
2222
</div>
2323
);

0 commit comments

Comments
 (0)