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 4397f1b commit c8cb494Copy full SHA for c8cb494
src/App.tsx
@@ -8,7 +8,7 @@ const App = () => {
8
// <Route path="/" />
9
// </Routes>
10
// </BrowserRouter>
11
- return <h1>React webpack typescript boilerplate</h1>;
+ return <h1>create-react-app-ts-webpack</h1>;
12
};
13
14
export default App;
0 commit comments