Skip to content

Commit

Permalink
fix stripe submenus index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
john-smilga committed Jan 31, 2023
1 parent b7be69a commit 6574161
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions 13-stripe-submenus/setup/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ import React from 'react';
import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';
import { AppProvider } from './context';
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<React.StrictMode>
<AppProvider>
<App />
</AppProvider>
<App />
</React.StrictMode>
);

0 comments on commit 6574161

Please sign in to comment.