2026-07-16 10:36:48 +08:00

14 lines
413 B
HTML

<!doctype html>
<html dir="ltr" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>filter-bar repro</title>
<style>html { background: #0d0d11; }</style>
</head>
<body>
<div id="external-admin-root"></div>
<script type="module" src="/external-admin/__repro__.jsx"></script>
</body>
</html>