From 2c310270d0dd242d1c31c040e36dd6a9fa653716 Mon Sep 17 00:00:00 2001 From: Alexander Forbes-Reed Date: Wed, 29 Apr 2020 20:30:37 +0100 Subject: [PATCH] change to force deploy --- typescript/src/containers/Home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;