blob: 8c4458b1d917cbaad5c0ac6e195e1226309eacb4 [file] [log] [blame]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>sketch coding assistant</title>
<link rel="stylesheet" href="sketch-app-shell.css" />
<script type="module">
const { worker } = await import("./mocks/browser");
await worker.start();
await import("../sketch-app-shell.ts");
</script>
</head>
<body>
<sketch-app-shell></sketch-app-shell>
</body>
</html>