From fa98aede3752c0823d25a8f0bec98abc36db3379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nj=C3=A5l=20Telst=C3=B8?= Date: Fri, 20 Oct 2023 11:00:11 +0200 Subject: [PATCH 1/3] Fixed syntax error in main.tsx --- src/main.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.tsx b/src/main.tsx index 8abf816..671f400 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -9,11 +9,11 @@ import './index.css' import ModalProvider from './context/modal/ModalProvider.tsx' import Content from './structure/Content.tsx' -ReactModal.setAppElement"#root") +ReactModal.setAppElement("#root") ReactDOM.createRoot(document.getElementById('root')!).render( - + From 5d878f5c254128a28d047882d278453a0a786b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nj=C3=A5l=20Telst=C3=B8?= Date: Fri, 20 Oct 2023 11:02:03 +0200 Subject: [PATCH 2/3] Added syntax error for testing github action --- src/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tsx b/src/main.tsx index 671f400..dcbb222 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -6,7 +6,7 @@ import ReactDOM from 'react-dom/client' import './tailwind.css' import './index.css' -import ModalProvider from './context/modal/ModalProvider.tsx' +import Modalfrom './context/modal/ModalProvider.tsx' import Content from './structure/Content.tsx' ReactModal.setAppElement("#root") From fa43044fb8345d94229d504d3387d9e7174d05bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nj=C3=A5l=20Telst=C3=B8?= Date: Fri, 20 Oct 2023 11:05:39 +0200 Subject: [PATCH 3/3] Fixed syntax error --- src/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tsx b/src/main.tsx index dcbb222..671f400 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -6,7 +6,7 @@ import ReactDOM from 'react-dom/client' import './tailwind.css' import './index.css' -import Modalfrom './context/modal/ModalProvider.tsx' +import ModalProvider from './context/modal/ModalProvider.tsx' import Content from './structure/Content.tsx' ReactModal.setAppElement("#root")