[nexus] fix(audit): resolve integration checker findings — straggler strings, query param pre-fill, orphaned import

This commit is contained in:
Mikkel Georgsen 2026-03-31 11:08:53 +02:00 committed by Nexus Dev
parent 9a1ae3dfd7
commit b478bffdb1

View file

@ -1,5 +1,4 @@
import { useEffect, useState } from "react";
import { VOCAB } from "@paperclipai/branding";
import { useNavigate, useLocation } from "@/lib/router";
import { useQuery, useMutation, useQueryClient } from "@tanstack/react-query";
import { approvalsApi } from "../api/approvals";