0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 08:58:11 +00:00

stable version

This commit is contained in:
Víctor Losada Hernández
2026-02-01 23:20:32 +01:00
parent 741d7762d8
commit d937e4ab81
2 changed files with 1 additions and 3 deletions

View File

@@ -2,6 +2,5 @@ import { createRoot } from "react-dom/client";
import Homebrew from "./homebrew.jsx";
const props = window.__INITIAL_PROPS__ || {};
window.onload = ()=> {console.log('props: ', window.__INITIAL_PROPS__)};
createRoot(document.getElementById("reactRoot")).render(<Homebrew {...props} />);