This commit is contained in:
focp212@naver.com
2025-10-01 13:30:00 +09:00
parent 851545e81c
commit 24f4878acd
3 changed files with 12 additions and 12 deletions

View File

@@ -18,9 +18,9 @@ const initApp = async () => {
const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement);
root.render(
<AppProvider>
<App />
</AppProvider>
<AppProvider>
<App />
</AppProvider>
);
// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))