Skip to content

Commit

Permalink
Merge pull request #9058 from marmelab/remove-use-client
Browse files Browse the repository at this point in the history
Remove use client
  • Loading branch information
slax57 committed Jun 28, 2023
2 parents be69f12 + caa1226 commit fbf2802
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion packages/ra-core/src/index.ts
@@ -1,4 +1,3 @@
'use client';
export * from './auth';
export * from './controller';
export * from './core';
Expand Down
1 change: 0 additions & 1 deletion packages/ra-data-fakerest/src/index.ts
@@ -1,4 +1,3 @@
'use client';
import FakeRest from 'fakerest';
import { DataProvider } from 'ra-core';

Expand Down
1 change: 0 additions & 1 deletion packages/ra-data-graphql-simple/src/index.ts
@@ -1,4 +1,3 @@
'use client';
import merge from 'lodash/merge';
import buildDataProvider, { BuildQueryFactory, Options } from 'ra-data-graphql';
import { DataProvider, Identifier } from 'ra-core';
Expand Down
1 change: 0 additions & 1 deletion packages/ra-data-graphql/src/index.ts
@@ -1,4 +1,3 @@
'use client';
import merge from 'lodash/merge';
import get from 'lodash/get';
import pluralize from 'pluralize';
Expand Down
1 change: 0 additions & 1 deletion packages/ra-data-json-server/src/index.ts
@@ -1,4 +1,3 @@
'use client';
import { stringify } from 'query-string';
import { fetchUtils, DataProvider } from 'ra-core';

Expand Down
1 change: 0 additions & 1 deletion packages/ra-data-localforage/src/index.ts
@@ -1,4 +1,3 @@
'use client';
/* eslint-disable import/no-anonymous-default-export */
import fakeRestProvider from 'ra-data-fakerest';

Expand Down
1 change: 0 additions & 1 deletion packages/ra-data-localstorage/src/index.ts
@@ -1,4 +1,3 @@
'use client';
/* eslint-disable eqeqeq */
import fakeRestProvider from 'ra-data-fakerest';
import { DataProvider, RaRecord } from 'ra-core';
Expand Down
1 change: 0 additions & 1 deletion packages/ra-data-simple-rest/src/index.ts
@@ -1,4 +1,3 @@
'use client';
import { stringify } from 'query-string';
import { fetchUtils, DataProvider } from 'ra-core';

Expand Down
1 change: 0 additions & 1 deletion packages/ra-i18n-polyglot/src/index.ts
@@ -1,4 +1,3 @@
'use client';
import Polyglot from 'node-polyglot';

import { I18nProvider, TranslationMessages, Locale } from 'ra-core';
Expand Down
1 change: 0 additions & 1 deletion packages/ra-input-rich-text/src/index.ts
@@ -1,4 +1,3 @@
'use client';
export * from './RichTextInput';
export * from './buttons';
export * from './RichTextInputToolbar';
Expand Down
1 change: 0 additions & 1 deletion packages/ra-language-english/src/index.ts
@@ -1,4 +1,3 @@
'use client';
import { TranslationMessages } from 'ra-core';

const englishMessages: TranslationMessages = {
Expand Down
1 change: 0 additions & 1 deletion packages/ra-language-french/src/index.ts
@@ -1,4 +1,3 @@
'use client';
import { TranslationMessages } from 'ra-core';

const frenchMessages: TranslationMessages = {
Expand Down
1 change: 0 additions & 1 deletion packages/ra-no-code/src/index.ts
@@ -1,4 +1,3 @@
'use client';
export * from './Admin';
export * from './ApplicationsDashboard';
export * from './Root';
Expand Down
1 change: 0 additions & 1 deletion packages/ra-ui-materialui/src/index.ts
@@ -1,4 +1,3 @@
'use client';
export * from './auth';
export * from './button';
export * from './defaultTheme';
Expand Down
1 change: 0 additions & 1 deletion packages/react-admin/src/index.ts
@@ -1,4 +1,3 @@
'use client';
export * from './Admin';
export * from './defaultI18nProvider';
export * from 'ra-core';
Expand Down

0 comments on commit fbf2802

Please sign in to comment.