Skip to content

Commit

Permalink
fix: typings
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l committed Jan 16, 2025
1 parent 7411b87 commit a8eadc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/app/src/pages/target-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import { Switch } from '@/components/v2/switch';
import { Table, TBody, Td, Tr } from '@/components/v2/table';
import { Tag } from '@/components/v2/tag';
import { env } from '@/env/frontend';
import { graphql, useFragment } from '@/gql';
import { BreakingChangeFormula, ProjectType } from '@/gql/graphql';
import { useRedirect } from '@/lib/access/common';
import { subDays } from '@/lib/date-time';
Expand Down

0 comments on commit a8eadc4

Please sign in to comment.