mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 07:23:51 +01:00
Panel icons
This commit is contained in:
9
src-web/components/EmptyStateText.tsx
Normal file
9
src-web/components/EmptyStateText.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { ReactNode } from 'react';
|
||||
|
||||
interface Props {
|
||||
children: ReactNode;
|
||||
}
|
||||
|
||||
export function EmptyStateText({ children }: Props) {
|
||||
return <div className="h-full text-gray-400 flex items-center justify-center">{children}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user