<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Garmin App</title>
<script type="importmap">
{
"imports": {
"react": "https://esm.sh/react@19",
"react-dom": "https://esm.sh/react-dom@19",
"react-dom/client": "https://esm.sh/react-dom@19/client",
"react/jsx-runtime": "https://esm.sh/react@19/jsx-runtime",
"react/jsx-dev-runtime": "https://esm.sh/react@19/jsx-dev-runtime",
"react-is": "https://esm.sh/react-is@19?external=react",
"recharts": "https://esm.sh/recharts@3.7.0?external=react,react-dom,react-is"
}
}
</script>
</head>
<body>
<script type="module" src="./app-entry.tsx"></script>
</body>
</html>