From f72ee6aad0c2899d5c0b15b3caa8e71872f84adc Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 20 May 2022 12:30:29 -0500 Subject: [PATCH] SoapboxMount: add comments --- app/soapbox/containers/soapbox.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/soapbox/containers/soapbox.tsx b/app/soapbox/containers/soapbox.tsx index e377be771..75767f237 100644 --- a/app/soapbox/containers/soapbox.tsx +++ b/app/soapbox/containers/soapbox.tsx @@ -67,6 +67,7 @@ const loadInitial = () => { }; }; +/** Highest level node with the Redux store. */ const SoapboxMount = () => { useCachedLocationHandler(); const dispatch = useAppDispatch(); @@ -233,6 +234,7 @@ const SoapboxMount = () => { ); }; +/** The root React node of the application. */ const Soapbox = () => { return (