Skip to content

Commit

Permalink
Remove codeql.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaja-nav committed Nov 28, 2023
1 parent 40a5af7 commit a9f0737
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { useQuery } from "@tanstack/react-query";
import { get } from "@/common/api/axios/axios";
import { useNarmesteLederId } from "@/common/hooks/useNarmesteLederId";
import { useApiBasePath } from "@/common/hooks/routeHooks";
import { DialogmoteData } from "types/shared/dialogmote";
import { get } from "@/common/api/axios/axios";

export const DIALOGMOTEDATA_AG = "dialogmotedata-arbeidsgiver";

Expand Down

0 comments on commit a9f0737

Please sign in to comment.