Skip to content

Commit

Permalink
fix: further linting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinBuyck committed Nov 20, 2024
1 parent 99c72d3 commit a68d484
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
import React, { useEffect } from "react"
import { useFormContext } from "react-hook-form"
import {
t,
DOBField,
Select,
Field,
PhoneField,
FieldGroup,
FormAddress,
} from "@bloom-housing/ui-components"
import { t, DOBField, Select, Field, PhoneField, FormAddress } from "@bloom-housing/ui-components"
import { Grid } from "@bloom-housing/ui-seeds"
import { phoneNumberKeys, stateKeys, emailRegex } from "@bloom-housing/shared-helpers"
import SectionWithGrid from "../../../shared/SectionWithGrid"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Button, Dialog } from "@bloom-housing/ui-seeds"
import { Field, Form, t } from "@bloom-housing/ui-components"
import { useForm } from "react-hook-form"
import { AuthContext, MessageContext } from "@bloom-housing/shared-helpers"
import { useRouter } from "next/router"

export interface CopyListingDialogProps {
isOpen: boolean
Expand Down

0 comments on commit a68d484

Please sign in to comment.