fix: consistent dropdowns, refactor: ui components (#286)

This commit is contained in:
Aaryan Khandelwal 2023-02-16 12:03:52 +05:30 committed by GitHub
parent ec37bb9d23
commit 667dafbda4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 154 additions and 335 deletions

View file

@ -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>>;