Skip to content

Commit

Permalink
fix: Unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jul 11, 2024
1 parent be73d8a commit b7d197e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions api.planx.uk/modules/saveAndReturn/service/utils.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import {
SiteAddress,
Team,
TeamSettings,
} from "@opensystemslab/planx-core/types";
import { SiteAddress, Team } from "@opensystemslab/planx-core/types";
import { format, addDays } from "date-fns";
import { gql } from "graphql-request";
import { LowCalSession, NotifyConfig } from "../../../types";
import { LowCalSession } from "../../../types";
import { Template, getClientForTemplate, sendEmail } from "../../../lib/notify";
import { $api, $public } from "../../../client";

Expand Down

0 comments on commit b7d197e

Please sign in to comment.