Skip to content

Commit

Permalink
Merge pull request #49 from merative/ab/add-missing-export
Browse files Browse the repository at this point in the history
Add missing exports
  • Loading branch information
bdjos1 authored Apr 11, 2024
2 parents 0c630e0 + d676e4a commit 61fa928
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import { ApolloClientHooks } from 'devenv_pkg/src/apollo-client-hooks';
import * as CustomApolloClientHooks from './hooks/components';


// ApolloClientHooks object initially has the list of sample components to be renderered
// The custom appollo client hooks are automatically added to the sample ones below
// INSTRUCTIONS: Add custom ones to components/index.js (and/or feature/index.js)
Expand Down
9 changes: 9 additions & 0 deletions packages/custom-carbon-addons/src/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright Merative US L.P. 2021
*/

/* eslint import/no-unresolved: [2, { ignore: ['devenv_pkg*.'] }] */
import { renderers, sampleRenderers } from 'devenv_pkg/src';

// eslint-disable-next-line import/prefer-default-export
export { renderers, sampleRenderers };

0 comments on commit 61fa928

Please sign in to comment.