Skip to content

Commit

Permalink
Update FullPageModal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ShireenKumar committed Oct 20, 2024
1 parent e5fc641 commit 66a7584
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/frontend/components/FullPageModal/FullPageModal.tsx
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
import React, { useEffect, useState } from "react";
import React, { useState } from "react";
import {
Button,
Center,
Flex,
Grid,
Modal,
ModalBody,
ModalCloseButton,
ModalContent,
ModalFooter,
ModalHeader,
ModalOverlay,
Text,
VStack,
useDisclosure,
} from "@chakra-ui/react";

interface WhatsNewPopUpProps {
Expand Down

0 comments on commit 66a7584

Please sign in to comment.