Skip to content

Commit

Permalink
Removed unecassary import
Browse files Browse the repository at this point in the history
  • Loading branch information
willdch committed Sep 25, 2023
1 parent 258638b commit a2caf44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/PeriodicReports/ReportLabel.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { isSecured, Nullable, SecuredProp } from '~/common';
import { Redacted } from '../Redacted';
import { PeriodicReportFragment } from './PeriodicReport.graphql';
// import { getReportLabel } from './reports';

type Report = Pick<PeriodicReportFragment, 'start' | 'end'>;

Expand Down

0 comments on commit a2caf44

Please sign in to comment.