diff --git a/packages/edit-site/src/components/layout/index.js b/packages/edit-site/src/components/layout/index.js
index 96e3af119599bf..47ff65aa2ac678 100644
--- a/packages/edit-site/src/components/layout/index.js
+++ b/packages/edit-site/src/components/layout/index.js
@@ -10,6 +10,7 @@ import {
__unstableMotion as motion,
__unstableAnimatePresence as AnimatePresence,
__unstableUseNavigateRegions as useNavigateRegions,
+ SlotFillProvider,
} from '@wordpress/components';
import {
useReducedMotion,
@@ -236,8 +237,10 @@ function Layout( { route } ) {
export default function LayoutWithGlobalStylesProvider( props ) {
return (
-
-
-
+
+
+
+
+
);
}