From db6870a0bab73a591a3a7c809df2871d7923703e Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 10 Jul 2024 11:30:04 +0200 Subject: Misc: Add missing file --- src/components/Other/NoData.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/components/Other/NoData.tsx (limited to 'src/components') diff --git a/src/components/Other/NoData.tsx b/src/components/Other/NoData.tsx new file mode 100644 index 0000000..c1236c1 --- /dev/null +++ b/src/components/Other/NoData.tsx @@ -0,0 +1,9 @@ +export default function NoData() { + return ( + <> +
+
No data
+
+ + ) +} -- cgit 1.4.1