Skip to content

Commit

Permalink
refactor: intlconfig imports
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Jan 2, 2025
1 parent bc38a33 commit 8b5a277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/guitos/context/ConfigContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
useContext,
useState,
} from "react";
import type { IntlConfig } from "react-currency-input-field/dist/components/CurrencyInputProps";
import type { IntlConfig } from "react-currency-input-field";
import { UserOptions } from "../domain/userOptions";
import { localForageOptionsRepository } from "../infrastructure/localForageOptionsRepository";

Expand Down
2 changes: 1 addition & 1 deletion src/guitos/domain/userOptions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { IntlConfig } from "react-currency-input-field/dist/components/CurrencyInputProps";
import type { IntlConfig } from "react-currency-input-field";
import { currenciesList } from "../../lists/currenciesList";

export class UserOptions {
Expand Down

0 comments on commit 8b5a277

Please sign in to comment.