feat: add LinksPage and LinksContent components for link management

This commit is contained in:
Poyraz Avsever
2026-03-16 09:49:15 +03:00
parent c78d656240
commit bb2ddfdb45
4 changed files with 264 additions and 38 deletions
+5
View File
@@ -0,0 +1,5 @@
import { LinksContent } from "@/components/links-content";
export default function LinksPage() {
return <LinksContent />;
}