Skip to content

Commit

Permalink
fix(feedbackmodal): import order (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin authored Aug 3, 2023
1 parent e7b34c5 commit c836a6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/FeedbackModal/FeedbackModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ import {
Textarea,
FormLabel,
} from "@opengovsg/design-system-react"
import { Rating } from "components/Rating/Rating"
import { useState } from "react"
import { useForm } from "react-hook-form"

import { Rating } from "components/Rating/Rating"

import { useLoginContext } from "contexts/LoginContext"

import { useSubmitFeedback } from "hooks/useSubmitFeedback"
Expand Down

0 comments on commit c836a6f

Please sign in to comment.