style(loading): skeleton matching the output

This commit is contained in:
Leons Aleksandrovs
2025-07-13 14:29:07 +03:00
parent e969d56ab6
commit b44c797272

View File

@@ -20,6 +20,10 @@ function RouteComponent() {
const templatesState = renderQueryState({
query: templates,
noFound: "templates",
skeleton: {
count: 6,
className: "h-15",
},
});
return (