fix: consistent dropdowns, refactor: ui components (#286)
This commit is contained in:
parent
ec37bb9d23
commit
667dafbda4
25 changed files with 154 additions and 335 deletions
|
|
@ -4,8 +4,7 @@ import useToast from "hooks/use-toast";
|
|||
import workspaceService from "services/workspace.service";
|
||||
import { IUser } from "types";
|
||||
// ui components
|
||||
import MultiInput from "components/ui/multi-input";
|
||||
import OutlineButton from "components/ui/outline-button";
|
||||
import { MultiInput, OutlineButton } from "components/ui";
|
||||
|
||||
type Props = {
|
||||
setStep: React.Dispatch<React.SetStateAction<number>>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue