From 3bc6cf66b19b0acecc5008f1c02572171faf6d59 Mon Sep 17 00:00:00 2001 From: annadawiec Date: Mon, 31 Jul 2023 23:25:23 +0200 Subject: [PATCH] update --- src/components/App.jsx | 1 + src/index.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/App.jsx b/src/components/App.jsx index 763eab0..1dc917d 100644 --- a/src/components/App.jsx +++ b/src/components/App.jsx @@ -26,3 +26,4 @@ export const App = () => { ); }; +export default App; diff --git a/src/index.js b/src/index.js index 0ed0861..1eb0331 100644 --- a/src/index.js +++ b/src/index.js @@ -6,7 +6,7 @@ import './index.css'; ReactDOM.createRoot(document.getElementById('root')).render( - +