diff --git a/frontend/src/pages/StorageAdminPage.tsx b/frontend/src/pages/StorageAdminPage.tsx index 224da06..d27231a 100644 --- a/frontend/src/pages/StorageAdminPage.tsx +++ b/frontend/src/pages/StorageAdminPage.tsx @@ -1,11 +1,10 @@ -import { useState, useEffect, useRef } from "react"; +import { useState } from "react"; import { useQuery, useMutation, useQueryClient } from "@tanstack/react-query"; import { getStorageConfig, getMigrationStatus, startStorageMigration, cancelMigration, - updateStorageConfig, type StorageBackendConfig, type MigrationStatus, } from "../api/client";