Skip to content

Commit e461a5e

Browse files
committed
fix tsc
1 parent 44fecb9 commit e461a5e

4 files changed

Lines changed: 2 additions & 11 deletions

File tree

src/components/Callback.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@ import { useEffect } from "react";
22
import { useNavigate } from "react-router-dom";
33
import { useAuth } from "react-oidc-context";
44

5-
import {
6-
Box,
7-
Button,
8-
CircularProgress,
9-
Paper,
10-
Typography,
11-
} from "@mui/material";
5+
import { Box, Button, Paper, Typography } from "@mui/material";
126
import Page from "./Page";
137
import LoadingPage from "./LoadingPage";
148

src/components/admin/CELExprBuilder.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Stack, TextField, IconButton, Chip, Typography } from "@mui/material";
22
import AddIcon from "@mui/icons-material/Add";
3-
import DeleteIcon from "@mui/icons-material/Delete";
4-
import React, { useState } from "react";
3+
import { useState } from "react";
54

65
// Simple CEL validation function (stub, replace with real parser)
76
const validateCel = (expr: string): boolean => {

src/components/admin/GPUClaimEditor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import {
1414
GenericDeviceConfiguration,
1515
RequestedGpuCreate,
1616
} from "../../temporaryTypesRemoveMe";
17-
import CelExprBuilder from "./CELExprBuilder";
1817

1918
interface Props {
2019
value: RequestedGpuCreate[];

src/pages/create/DeploymentTypeCard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Dispatch, SetStateAction, useState } from "react";
22
import {
33
Card,
4-
CardHeader,
54
CardContent,
65
Stack,
76
TextField,

0 commit comments

Comments
 (0)