Refactor folder structure (#4759)
This commit is contained in:
parent
a0e16692da
commit
346bc2afe2
1218 changed files with 187 additions and 177 deletions
2
web/core/components/empty-state/helper.tsx
Normal file
2
web/core/components/empty-state/helper.tsx
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export const getEmptyStateImagePath = (category: string, type: string, isLightMode: boolean) =>
|
||||
`/empty-state/${category}/${type}-${isLightMode ? "light" : "dark"}.webp`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue