diff --git a/client/src/App.tsx b/client/src/App.tsx
index 8ab75ad02c1c58787fb3236161695bbeeeb59c5d..3a1f12da83eeb27ddf0e2ed6a7991508f28299db 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 cb658ebf015a5f33f4844d280f358d348cf24a0e..59d0409b342ad83f11355e332aa6add4e60221e2 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'