Skip to content

Commit

Permalink
added formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
charbarnes committed Nov 30, 2023
1 parent 302d738 commit a1029b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/pages/OnboardingForm/OnboardingFormQuestions.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable autofix/no-unused-vars */
export enum QuestionType {
YesNoQuestion = "yesNoQuestion",
MultipleChoiceQuestion = "multipleChoiceQuestion",
Expand Down
2 changes: 0 additions & 2 deletions src/pages/OnboardingForm/QuestionContainer.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import styles from "./QuestionContainer.module.css";



interface QuestionContainerProps {
number: number;
promptText: string;
Expand Down

0 comments on commit a1029b6

Please sign in to comment.