removed useState import

This commit is contained in:
Batyr 2025-02-25 15:40:28 +05:00
parent f6974a6b83
commit bfd76d1419
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { FC, useState } from "react";
import { FC } from "react";
import {
Sheet,
SheetClose,