Skip to content

Commit

Permalink
Update import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Feb 12, 2025
1 parent a64a928 commit ef4799f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/components/antdLocaleProvider/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React, { createContext, useState } from 'react';
import { ConfigProvider } from 'antd';
import { LanguageCode } from '@opensrp/pkg-config';
import enUS from 'antd/es/locale/en_US';
import frFR from 'antd/es/locale/fr_FR';
import enUS from 'antd/lib/locale/en_US';
import frFR from 'antd/lib/locale/fr_FR';
import type { Locale } from 'antd/es/locale';
import { opensrpI18nInstance } from '@opensrp/i18n';

Expand Down

0 comments on commit ef4799f

Please sign in to comment.