feat: add LinksPage and LinksContent components for link management
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { LinksContent } from "@/components/links-content";
|
||||
|
||||
export default function LinksPage() {
|
||||
return <LinksContent />;
|
||||
}
|
||||
Reference in New Issue
Block a user