feat: init
This commit is contained in:
2
apps/web/core/components/empty-state/helper.tsx
Normal file
2
apps/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`;
|
||||
Reference in New Issue
Block a user