| 1 | 'use server'; |
| 2 | import { createSafeAction } from '@/lib/create-safe-action'; |
| 3 | import { BookmarkCreateSchema, BookmarkDeleteSchema } from './schema'; |
| 4 | import { getServerSession } from 'next-auth'; |
nothing calls this directly
no test coverage detected