diff --git a/client/src/pages/AdminUsers.tsx b/client/src/pages/AdminUsers.tsx index d73e1a0..835b53f 100644 --- a/client/src/pages/AdminUsers.tsx +++ b/client/src/pages/AdminUsers.tsx @@ -1,5 +1,6 @@ import { useState } from "react"; import { trpc } from "@/lib/trpc"; +import DashboardLayout from "@/components/DashboardLayout"; import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import { Label } from "@/components/ui/label"; @@ -206,7 +207,7 @@ export default function AdminUsers() { }; return ( -