From 23c39b3db4b94b84d58ca1928d2314d514846acf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Carl=20Sch=C3=B6nfelder?= <carl@schonfelder.se>
Date: Fri, 28 May 2021 07:09:07 +0200
Subject: [PATCH] comment: index.tsx and App.tsx

---
 client/src/App.tsx   | 4 ++++
 client/src/index.tsx | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/client/src/App.tsx b/client/src/App.tsx
index 8ab75ad0..3a1f12da 100644
--- a/client/src/App.tsx
+++ b/client/src/App.tsx
@@ -1,3 +1,7 @@
+/**
+ * A component that wraps Main.tsx in a theme
+ */
+
 import {
   MuiThemeProvider,
   StylesProvider,
diff --git a/client/src/index.tsx b/client/src/index.tsx
index cb658ebf..59d0409b 100644
--- a/client/src/index.tsx
+++ b/client/src/index.tsx
@@ -1,3 +1,7 @@
+/**
+ * Entry point for the client
+ */
+
 import React from 'react'
 import ReactDOM from 'react-dom'
 import { Provider } from 'react-redux'
-- 
GitLab