diff --git a/src/components/PageContentContainer.tsx b/src/components/PageContentContainer.tsx
new file mode 100644
index 00000000..3915e9c4
--- /dev/null
+++ b/src/components/PageContentContainer.tsx
@@ -0,0 +1,11 @@
+export default function PageContentContainer({
+ children,
+}: {
+ children: React.ReactNode
+}) {
+ return (
+
+ {children}
+
+ );
+}
diff --git a/src/photo/PhotosEmptyState.tsx b/src/photo/PhotosEmptyState.tsx
index 26bb0541..9373a5d8 100644
--- a/src/photo/PhotosEmptyState.tsx
+++ b/src/photo/PhotosEmptyState.tsx
@@ -29,7 +29,7 @@ export default function PhotosEmptyState() {
{' '}
/admin