restructuring

This commit is contained in:
Stefan Hardegger
2025-08-11 14:40:56 +02:00
parent 51e3d20c24
commit 3b22d155db
12 changed files with 1518 additions and 1365 deletions

View File

@@ -163,10 +163,10 @@ export default function LibraryPage() {
</div>
<div className="flex gap-2">
<Button href="/add-story">
<Button href="/import">
Add New Story
</Button>
<Button href="/stories/import/epub" variant="secondary">
<Button href="/import/epub" variant="secondary">
📖 Import EPUB
</Button>
</div>
@@ -277,7 +277,7 @@ export default function LibraryPage() {
Clear Filters
</Button>
) : (
<Button href="/add-story">
<Button href="/import">
Add Your First Story
</Button>
)}