You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Application-Web/outputs/public/front/views/Visualizer.tsx-a2e9b703.js

3 lines
950 B

(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode("#main{height:100vh;width:100%;display:flex;flex-direction:column}#topbar{display:flex;background-color:var(--main-color);justify-content:center;align-items:center}h1{text-align:center;margin-top:0}#court-container{flex:1;display:flex;justify-content:center;background-color:var(--main-color)}#court{max-width:80%;max-height:80%}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
import{r as s,j as t}from"../../jsx-runtime-2e2d9038.js";import{C as e}from"../../full_court-1739e2e0.js";function c({id:o,name:r}){const[i,a]=s.useState({});return t.jsxs("div",{id:"main",children:[t.jsx("div",{id:"topbar",children:t.jsx("h1",{children:r})}),t.jsx("div",{id:"court-container",children:t.jsx("img",{id:"court",src:e,style:i,alt:"Basketball Court"})})]})}export{c as default};