style(loading): skeleton matching the output
This commit is contained in:
@@ -20,6 +20,10 @@ function RouteComponent() {
|
|||||||
const templatesState = renderQueryState({
|
const templatesState = renderQueryState({
|
||||||
query: templates,
|
query: templates,
|
||||||
noFound: "templates",
|
noFound: "templates",
|
||||||
|
skeleton: {
|
||||||
|
count: 6,
|
||||||
|
className: "h-15",
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user