[FA-misc] Switches to using DTOs, updates frontend with details and reader page, updates novel import to be an upsert

This commit is contained in:
gamer147
2025-12-08 18:30:00 -05:00
parent c9d93a4e55
commit 81e4e88ad4
48 changed files with 3298 additions and 329 deletions

View File

@@ -0,0 +1,18 @@
import { Tabs as TabsPrimitive } from 'bits-ui';
const Root = TabsPrimitive.Root;
const List = TabsPrimitive.List;
const Trigger = TabsPrimitive.Trigger;
const Content = TabsPrimitive.Content;
export {
Root,
List,
Trigger,
Content,
//
Root as Tabs,
List as TabsList,
Trigger as TabsTrigger,
Content as TabsContent
};