From 9bb96b9fd603e86ec4311380829f7eb6cb8c3fbe Mon Sep 17 00:00:00 2001 From: sai chand <60743144+sai6855@users.noreply.github.com> Date: Wed, 20 Mar 2024 02:22:55 +0530 Subject: [PATCH] [pigment-css] Fix react-modal demos location (#41560) --- .../src/app/material-ui/react-modal/page.tsx | 0 .../src/pages/material-ui/react-modal.tsx | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename apps/{pigment-next-app => pigment-css-next-app}/src/app/material-ui/react-modal/page.tsx (100%) rename apps/{pigment-vite-app => pigment-css-vite-app}/src/pages/material-ui/react-modal.tsx (100%) diff --git a/apps/pigment-next-app/src/app/material-ui/react-modal/page.tsx b/apps/pigment-css-next-app/src/app/material-ui/react-modal/page.tsx similarity index 100% rename from apps/pigment-next-app/src/app/material-ui/react-modal/page.tsx rename to apps/pigment-css-next-app/src/app/material-ui/react-modal/page.tsx diff --git a/apps/pigment-vite-app/src/pages/material-ui/react-modal.tsx b/apps/pigment-css-vite-app/src/pages/material-ui/react-modal.tsx similarity index 100% rename from apps/pigment-vite-app/src/pages/material-ui/react-modal.tsx rename to apps/pigment-css-vite-app/src/pages/material-ui/react-modal.tsx