tweaking design

This commit is contained in:
Khalim Conn-Kowlessar 2026-04-04 20:53:49 +00:00
parent a849731848
commit 69123a9449

View file

@ -11,7 +11,7 @@ import {
import { Input } from "@/app/shadcn_components/ui/input";
import { Button } from "@/app/shadcn_components/ui/button";
import { useState, useEffect } from "react";
import { useState } from "react";
import { Role, RoleDropdown, Collaborator } from "@/app/portfolio/[slug]/(portfolio)/settings/roles";
import { useQuery, useMutation, useQueryClient } from "@tanstack/react-query";