Skip to content

Commit

Permalink
removed edge version
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmesh-hemaram committed Jun 17, 2024
1 parent f619dc5 commit 2d759c9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions apps/acf-options-page/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import { TourProvider } from '@reactour/tour';
import * as ReactDOM from 'react-dom/client';
import './index.scss';
import { Provider } from 'react-redux';
import App from './App';
import './i18n';
import { BROWSER } from './_helpers';
import { Provider } from 'react-redux';
import './index.scss';
import { store } from './store';
import { TourProvider } from '@reactour/tour';
import { steps } from './tour';

window.EXTENSION_ID = process.env[`NX_${BROWSER}_EXTENSION_ID`] ?? '';
window.EXTENSION_ID = process.env[`NX_CHROME_EXTENSION_ID`] ?? '';

const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement);
root.render(
Expand Down

0 comments on commit 2d759c9

Please sign in to comment.