Skip to content

Commit

Permalink
fix: add react import
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Oct 4, 2024
1 parent ec011f2 commit 29042f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/routes/pdfRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { authenticate } from "./authMiddleware";
import { db } from "../db/db";
import { sendReportMail } from "../features/mail";
import { getPDFName } from "../services/uploadService";
import React from "react";

export const pdfPlugin: FastifyPluginAsyncTypebox = async (fastify, _) => {
fastify.addHook("preHandler", authenticate);
Expand Down

0 comments on commit 29042f5

Please sign in to comment.