From 0b36194f2af22631f3ec703ac1cf096420838648 Mon Sep 17 00:00:00 2001 From: Cameron Dutro Date: Tue, 5 Nov 2024 14:55:20 -0800 Subject: [PATCH] Remove the recently-deleted Primer::Alpha::ImageCrop component --- content/components/image-crop.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/components/image-crop.mdx b/content/components/image-crop.mdx index fdbb0a281..63c0f5072 100644 --- a/content/components/image-crop.mdx +++ b/content/components/image-crop.mdx @@ -1,8 +1,6 @@ --- title: Image crop description: Use image crop as a client-side mechanism to crop images. -railsIds: -- Primer::Alpha::ImageCrop --- import ComponentLayout from '~/src/layouts/component-layout'