File tree 2 files changed +2
-27
lines changed
packages/react-intlayer/src/client
2 files changed +2
-27
lines changed Original file line number Diff line number Diff line change 1
1
'use client' ;
2
2
3
- import type { LocalesValues } from '@intlayer/config/client' ;
4
3
import configuration from '@intlayer/config/built' ;
4
+ import type { LocalesValues } from '@intlayer/config/client' ;
5
5
6
+ import { localeResolver } from '@intlayer/core' ;
6
7
import { useCrossFrameState } from '@intlayer/editor-react' ;
7
8
import {
8
9
type FC ,
@@ -11,9 +12,7 @@ import {
11
12
useContext ,
12
13
} from 'react' ;
13
14
import { IntlayerEditorProvider } from '../editor/IntlayerEditorProvider' ;
14
- import { PoweredByMeta } from './PoweredByMeta' ;
15
15
import { localeCookie , setLocaleCookie } from './useLocaleCookie' ;
16
- import { localeResolver } from '@intlayer/core' ;
17
16
18
17
type IntlayerValue = {
19
18
locale : LocalesValues ;
@@ -95,7 +94,6 @@ export const IntlayerProviderContent: FC<IntlayerProviderProps> = ({
95
94
96
95
export const IntlayerProvider : FC < IntlayerProviderProps > = ( props ) => (
97
96
< IntlayerEditorProvider >
98
- < PoweredByMeta />
99
97
< IntlayerProviderContent { ...props } />
100
98
</ IntlayerEditorProvider >
101
99
) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments