From dd7ee50e9dc54089b93c94ce8f720ed5c4efb717 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 2 Apr 2024 21:15:52 -0300 Subject: [PATCH] Add ZoomableImage component to first-steps.mdx --- docs/docs/getting-started/first-steps.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/getting-started/first-steps.mdx b/docs/docs/getting-started/first-steps.mdx index 9a7d43553..054784038 100644 --- a/docs/docs/getting-started/first-steps.mdx +++ b/docs/docs/getting-started/first-steps.mdx @@ -1,3 +1,5 @@ +import ZoomableImage from "/src/theme/ZoomableImage.js"; + # First steps ## Installation