From fe13408831dce4bdae4911098d6079a097cae9e8 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 9 Apr 2024 15:49:24 +0100 Subject: feature(web): Allow uploading directly into lists/tags. Fixes #69 --- apps/web/lib/hooks/list-context.tsx | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 apps/web/lib/hooks/list-context.tsx (limited to 'apps/web/lib/hooks') diff --git a/apps/web/lib/hooks/list-context.tsx b/apps/web/lib/hooks/list-context.tsx deleted file mode 100644 index cb8a20b2..00000000 --- a/apps/web/lib/hooks/list-context.tsx +++ /dev/null @@ -1,21 +0,0 @@ -"use client"; - -import { createContext } from "react"; - -export const BookmarkListContext = createContext<{ - listId: string | undefined; -}>({ listId: undefined }); - -export function BookmarkListContextProvider({ - listId, - children, -}: { - listId: string; - children: React.ReactNode; -}) { - return ( - - {children} - - ); -} -- cgit v1.2.3-70-g09d2