diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f982954c..d3f5e31f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence, # they will be requested for review when someone opens a pull request. -* @dinesh-aot @salabh-aot @jadmsaadaot @saravanpa-aot \ No newline at end of file +* @dinesh-aot @jadmsaadaot @saravanpa-aot \ No newline at end of file diff --git a/compliance-web/src/App.cy.tsx b/compliance-web/src/App.cy.tsx index 17f15f24..b8428adc 100644 --- a/compliance-web/src/App.cy.tsx +++ b/compliance-web/src/App.cy.tsx @@ -7,7 +7,6 @@ import { OidcConfig } from "@/utils/config"; import { theme } from "@/styles/theme"; import { createRouter, RouterProvider } from "@tanstack/react-router"; import { routeTree } from "@/routeTree.gen"; -import React from "react"; const queryClient = new QueryClient();