mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-05-08 13:58:55 -04:00
Begin plugins system
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { RepositoriesDataTable } from "~/components/admin/repositories-data-table";
|
||||
|
||||
export default function AdminRepositoriesPage() {
|
||||
return <RepositoriesDataTable />;
|
||||
}
|
||||
Reference in New Issue
Block a user