From 10ef81bf85ad0a4bad0d204838e14c99ca2526f7 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 6 Jan 2020 14:32:30 -0500 Subject: Update jetpack 8.0 Signed-off-by: Anthony G. Basile --- plugins/jetpack/extensions/blocks/tiled-gallery/layout/gallery.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 plugins/jetpack/extensions/blocks/tiled-gallery/layout/gallery.js (limited to 'plugins/jetpack/extensions/blocks/tiled-gallery/layout/gallery.js') diff --git a/plugins/jetpack/extensions/blocks/tiled-gallery/layout/gallery.js b/plugins/jetpack/extensions/blocks/tiled-gallery/layout/gallery.js deleted file mode 100644 index 94fc61e4..00000000 --- a/plugins/jetpack/extensions/blocks/tiled-gallery/layout/gallery.js +++ /dev/null @@ -1,7 +0,0 @@ -export default function Gallery( { children, galleryRef } ) { - return ( -
- { children } -
- ); -} -- cgit v1.2.3-65-gdbad