From f24cfc32734a168254f0c0e4889a989bb69ee444 Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 15 Oct 2024 23:20:33 -0400 Subject: populate widgets with actual bookmarks --- widgets.tsx | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 widgets.tsx (limited to 'widgets.tsx') diff --git a/widgets.tsx b/widgets.tsx deleted file mode 100644 index 138779b..0000000 --- a/widgets.tsx +++ /dev/null @@ -1,19 +0,0 @@ -function Bookmark(url: string, img: string, name: string) { - return( - - - {name} - - ); -} - -function Folder(children: any, name: string) { - return( -
- {name} -
- {children} -
-
- ) -} \ No newline at end of file -- cgit v1.2.3