Skip to content

Commit 6a8197d

Browse files
committed
Fix linting
1 parent be0ce67 commit 6a8197d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/pages/Certificates/TableWrapper.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { useEffect, useReducer, useState } from "react";
22

33
import { Alert, AlertIcon, useToast } from "@chakra-ui/react";
44
import { useQueryClient } from "@tanstack/react-query";
5+
56
import { renewCertificate } from "src/api/npm";
67
import { EmptyList, SpinnerPage, tableEventReducer } from "src/components";
78
import { useCertificates } from "src/hooks";

0 commit comments

Comments
 (0)