From 9dace185acff4002aec8265fc010db49d91c7d7f Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Fri, 26 Apr 2024 10:35:36 +0100 Subject: feature: A new cleanups page to suggest ways to tidy up your bookmarks --- apps/web/app/dashboard/cleanups/page.tsx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 apps/web/app/dashboard/cleanups/page.tsx (limited to 'apps/web/app') diff --git a/apps/web/app/dashboard/cleanups/page.tsx b/apps/web/app/dashboard/cleanups/page.tsx new file mode 100644 index 00000000..ca9187ee --- /dev/null +++ b/apps/web/app/dashboard/cleanups/page.tsx @@ -0,0 +1,21 @@ +import { TagDuplicationDetection } from "@/components/dashboard/cleanups/TagDuplicationDetention"; +import { Separator } from "@/components/ui/separator"; +import { Paintbrush, Tags } from "lucide-react"; + +export default function Cleanups() { + return ( +
+ + + Cleanups + + + + + Duplicate Tags + + + +
+ ); +} -- cgit v1.2.3-70-g09d2