Skip to content

Commit

Permalink
🚚 Remove: recoilRoot app.js둜 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-paik committed Oct 24, 2023
1 parent 890b0e2 commit 74a91c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import React from 'react';
import { createRoot } from 'react-dom/client';
import App from './App';
import { RecoilRoot } from 'recoil';

const container = document.getElementById('root');
const root = createRoot(container);
root.render(
<RecoilRoot>
<App />
</RecoilRoot>
);

0 comments on commit 74a91c3

Please sign in to comment.