🎨 Format frontend (#1262)

This commit is contained in:
Alejandra
2024-07-21 19:33:50 -05:00
committed by GitHub
parent a38afb4676
commit 2ed7a0887c
5 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
import { ComponentType, ElementType } from 'react';
import type { ComponentType, ElementType } from "react"
import { Button, Flex, Icon, useDisclosure } from "@chakra-ui/react"
import { FaPlus } from "react-icons/fa"