Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
deipanema committed Oct 25, 2024
1 parent 72c78ee commit a260564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hook/useModal.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use client";

import { IoCloseOutline } from "react-icons/io5";
import React, { ReactNode, useCallback, useState } from "react";
import React, { ReactNode, useState } from "react";
import { createPortal } from "react-dom";

type ModalProps = {
Expand Down

0 comments on commit a260564

Please sign in to comment.