diff --git a/typescript/src/containers/Home.tsx b/typescript/src/containers/Home.tsx index ac9febf6..efa9f31b 100644 --- a/typescript/src/containers/Home.tsx +++ b/typescript/src/containers/Home.tsx @@ -1,7 +1,7 @@ import React from 'react'; const Home: React.FunctionComponent = () => { - return

{'yah boi'}

; + return

{'welcome 2 branch xx'}

; }; export default Home;