From 091124ca3323d33a172dbb37688e2e8029285b74 Mon Sep 17 00:00:00 2001 From: lukemojo <143453762+lukemojo@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:04:40 +0000 Subject: [PATCH] Undo change to grid import --- src/LazyLoadImage/LazyLoadImage.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LazyLoadImage/LazyLoadImage.stories.tsx b/src/LazyLoadImage/LazyLoadImage.stories.tsx index 33be3b2f..33483071 100644 --- a/src/LazyLoadImage/LazyLoadImage.stories.tsx +++ b/src/LazyLoadImage/LazyLoadImage.stories.tsx @@ -1,4 +1,4 @@ -import { Box, Grid2 as Grid, Typography } from "@mui/material"; +import { Box, Grid, Typography } from "@mui/material"; import { Meta, StoryFn } from "@storybook/react"; import LazyLoadImage from "./LazyLoadImage";