feat: improve the ui of workspace item

This commit is contained in:
tzhangchi
2023-01-05 17:38:23 +08:00
parent 55dbc8ad3b
commit 3cb91c0f68
2 changed files with 56 additions and 11 deletions
@@ -4,7 +4,6 @@ import { Button } from '@/ui/button';
import { useState } from 'react';
import { createWorkspace } from '@/hooks/mock-data/mock';
import Input from '@/ui/input';
interface ModalProps {
open: boolean;
onClose: () => void;