mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-24 03:17:09 +00:00
feat: review
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { Check } from "lucide-react";
|
||||
|
||||
export const NoReviews = () => {
|
||||
return (
|
||||
<div className="flex flex-col items-center gap-4">
|
||||
<Check size={32} />
|
||||
<div className="flex flex-col items-center gap-2">
|
||||
<h2 className="text-2xl font-semibold">Посылок пока нет</h2>
|
||||
<p className="text-muted-foreground text-lg">Можете расслабиться</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user