diff --git a/client/chakra-client/src/index.js b/client/chakra-client/src/index.js index 648e4df..96f0680 100644 --- a/client/chakra-client/src/index.js +++ b/client/chakra-client/src/index.js @@ -9,12 +9,12 @@ import App from "./App.js"; const container = document.getElementById("root"); const root = ReactDOM.createRoot(container); - +console.log(window.location.origin) root.render(