Try to build again and push

This commit is contained in:
dvirlabs 2025-07-01 06:10:38 +03:00
parent 15004506ce
commit 6bb73f0bc5

View File

@ -18,3 +18,4 @@ export async function fetchIconCategories() {
const res = await fetch(`${API_BASE}/icons`); const res = await fetch(`${API_BASE}/icons`);
return await res.json(); return await res.json();
} }