We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7411b87 commit a8eadc4Copy full SHA for a8eadc4
packages/web/app/src/pages/target-settings.tsx
@@ -43,6 +43,7 @@ import { Switch } from '@/components/v2/switch';
43
import { Table, TBody, Td, Tr } from '@/components/v2/table';
44
import { Tag } from '@/components/v2/tag';
45
import { env } from '@/env/frontend';
46
+import { graphql, useFragment } from '@/gql';
47
import { BreakingChangeFormula, ProjectType } from '@/gql/graphql';
48
import { useRedirect } from '@/lib/access/common';
49
import { subDays } from '@/lib/date-time';
0 commit comments