From 44c66dd78101eb1d083040084d35ca6f87a3296c Mon Sep 17 00:00:00 2001 From: James McKenzie Date: Tue, 4 May 2021 12:26:45 +1200 Subject: [PATCH] Added to footer... lmao --- ReactLearning/kanban-board/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactLearning/kanban-board/src/App.tsx b/ReactLearning/kanban-board/src/App.tsx index c083075..222c1de 100644 --- a/ReactLearning/kanban-board/src/App.tsx +++ b/ReactLearning/kanban-board/src/App.tsx @@ -220,7 +220,7 @@ class App extends React.Component<{}, State> {
Not to be taken seriously. Done as a practice React + TS + MobX - project + project. Form over function... That's what I always say
);