Skip to content

Commit 0e34a45

Browse files
committed
[skip ci] chore: Linting fix
1 parent 5dc1aff commit 0e34a45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/behaviors/country-codes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CountryCode, countryData } from "../country-data";
1+
import { type CountryCode, countryData } from "../country-data";
22

33
export type CountryCodesOptions = {
44
// The allowed countries are the countries that will be shown in the country selector

packages/react/src/auth/forms/phone-auth-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { useCallback, useRef, useState } from "react";
2828
import { usePhoneAuthNumberFormSchema, usePhoneAuthVerifyFormSchema, useRecaptchaVerifier, useUI } from "~/hooks";
2929
import { form } from "~/components/form";
3030
import { Policies } from "~/components/policies";
31-
import { CountrySelector, CountrySelectorRef } from "~/components/country-selector";
31+
import { CountrySelector, type CountrySelectorRef } from "~/components/country-selector";
3232

3333
export function usePhoneNumberFormAction() {
3434
const ui = useUI();

0 commit comments

Comments
 (0)