Skip to content

Commit

Permalink
Format check
Browse files Browse the repository at this point in the history
  • Loading branch information
MocicaRazvan committed Jan 20, 2024
1 parent 4f14ebd commit a0a82f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/types/forms/faculties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ import { Prisma, StudyCycle } from "@prisma/client";
import { Option } from "./reusable";
import { PersonalFormFields, PersonalFormTexts } from "./personalDetails";
import { SubmitButtonTexts } from "./submitBtn";
import { AgreeFormFiles, ReCAPTCHAInput, ReCAPTCHATexts, RequiredCheckboxTexts } from "./agreements";
import {
AgreeFormFiles,
ReCAPTCHAInput,
ReCAPTCHATexts,
RequiredCheckboxTexts,
} from "./agreements";
import { AmountTexts } from "./amount";

/**
Expand Down

0 comments on commit a0a82f4

Please sign in to comment.