chore(#27): sync issues/27-future from monorepo (6300722 issues/27: url on component)

This commit is contained in:
sova-ci
2026-06-09 15:42:13 +03:00
parent e696e6779a
commit e4641ad83a
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -5,7 +5,6 @@
<link rel="icon" type="image/png" href="/src/assets/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Admin panel</title>
<script src="/env.js"></script>
</head>
<body>
<div id="root"></div>
-3
View File
@@ -1,3 +0,0 @@
window.__ENV__ = window.__ENV__ || {
API_BASE_URL: 'http://localhost:8081',
};