diff --git a/index.html b/index.html index ef0f428..255f31e 100644 --- a/index.html +++ b/index.html @@ -92,18 +92,21 @@ text-shadow: 0 -1px 0 rgba(0,0,0,0.6); } - - +
diff --git a/index.tsx b/index.tsx index 1da1849..aefea65 100644 --- a/index.tsx +++ b/index.tsx @@ -7,6 +7,7 @@ if (!rootElement) { throw new Error("Could not find root element to mount to"); } +console.log('Mounting App...'); const root = createRoot(rootElement); root.render(