Skip to content

Commit c8cb494

Browse files
committed
v0.0.1
1 parent 4397f1b commit c8cb494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const App = () => {
88
// <Route path="/" />
99
// </Routes>
1010
// </BrowserRouter>
11-
return <h1>React webpack typescript boilerplate</h1>;
11+
return <h1>create-react-app-ts-webpack</h1>;
1212
};
1313

1414
export default App;

0 commit comments

Comments
 (0)