chore: remove unused import

This commit is contained in:
amhsirak
2025-04-01 23:42:04 +05:30
parent 33a1cd6c39
commit 1af0109d97

View File

@@ -1,4 +1,4 @@
import React, { useEffect } from 'react';
import React from 'react';
import { Grid } from "@mui/material";
import { RunsTable } from "./RunsTable";