This commit is contained in:
David Nguyen
2025-02-12 16:41:35 +11:00
parent 548d92c2fc
commit 15922d447b
70 changed files with 889 additions and 551 deletions

View File

@ -11,7 +11,7 @@ import {
TableRow,
} from '@documenso/ui/primitives/table';
import type { Route } from './+types/_index';
import type { Route } from './+types/subscriptions';
export async function loader() {
const subscriptions = await findSubscriptions();

View File

@ -6,7 +6,7 @@ import { findUsers } from '@documenso/lib/server-only/user/get-all-users';
import { AdminDashboardUsersTable } from '~/components/tables/admin-dashboard-users-table';
import type { Route } from './+types/users';
import type { Route } from './+types/users._index';
export async function loader({ request }: Route.LoaderArgs) {
const url = new URL(request.url);