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 42d7ae9 commit 6735bf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api.planx.uk/modules/saveAndReturn/service/utils.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import {
SiteAddress,
Team,
TeamSettings,
} 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 6735bf8

Please sign in to comment.