consolidated import statements
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import { Box, Button } from "@chakra-ui/react";
|
||||
import { Box, Button, createIcon, CloseButton, IconButton, Stack } from "@chakra-ui/react";
|
||||
import { FaVolcano } from "react-icons/fa6";
|
||||
import { createIcon } from "@chakra-ui/react";
|
||||
import { CloseButton } from "@chakra-ui/react";
|
||||
import { IconButton } from "@chakra-ui/react";
|
||||
import { RxHamburgerMenu } from "react-icons/rx";
|
||||
import { useState } from "react"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user