SoapboxMount: add comments

ci-review-rules
Alex Gleason 2022-05-20 12:30:29 -05:00
rodzic 4cddf0c962
commit f72ee6aad0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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 (
<Provider store={store}>