Skip to content

Commit

Permalink
Reverted index changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brianacnguyen committed Oct 25, 2023
1 parent c0282ae commit 8fc4eeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ if (IGNORE_BOXLOGS_DEVELOPMENT === 'true') {
}

/* Uncomment and comment regular registration below */
import Storybook from './.storybook';
AppRegistry.registerComponent(name, () => Storybook);
// import Storybook from './.storybook';
// AppRegistry.registerComponent(name, () => Storybook);

/**
* Application entry point responsible for registering root component
*/
// AppRegistry.registerComponent(name, () => Sentry.wrap(Root));
AppRegistry.registerComponent(name, () => Sentry.wrap(Root));

0 comments on commit 8fc4eeb

Please sign in to comment.