diff --git a/src/components/App.tsx b/src/components/App.tsx index 941ee23..25320fb 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -4,7 +4,11 @@ import React from 'react' import './App.scss' const App = () => { - return
This is the application.
+ return ( +
+ This is the application. Adding more content to this div. +
+ ) } export default hot(App)