Skip to content

Commit 8a107b1

Browse files
committed
feat(web): delete redundant comments
1 parent 3e65797 commit 8a107b1

File tree

1 file changed

+0
-2
lines changed
  • web/src/pages/app/storages/mods/CreateFolderModal

1 file changed

+0
-2
lines changed

web/src/pages/app/storages/mods/CreateFolderModal/index.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ import {
1818

1919
import useStorageStore from "../../store";
2020

21-
// import useAwsS3 from "@/hooks/useAwsS3";
2221
import useAwsS3 from "@/hooks/useAwsS3";
23-
// import useAwsS3 from "@/hooks/useAwsS3";
2422

2523
function CreateModal({ onCreateSuccess }: { onCreateSuccess: () => void }) {
2624
const { isOpen, onOpen, onClose } = useDisclosure();

0 commit comments

Comments
 (0)