kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
SoapboxMount: add comments
rodzic
4cddf0c962
commit
f72ee6aad0
|
@ -67,6 +67,7 @@ const loadInitial = () => {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/** Highest level node with the Redux store. */
|
||||||
const SoapboxMount = () => {
|
const SoapboxMount = () => {
|
||||||
useCachedLocationHandler();
|
useCachedLocationHandler();
|
||||||
const dispatch = useAppDispatch();
|
const dispatch = useAppDispatch();
|
||||||
|
@ -233,6 +234,7 @@ const SoapboxMount = () => {
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/** The root React node of the application. */
|
||||||
const Soapbox = () => {
|
const Soapbox = () => {
|
||||||
return (
|
return (
|
||||||
<Provider store={store}>
|
<Provider store={store}>
|
||||||
|
|
Ładowanie…
Reference in New Issue