このコミットが含まれているのは:
2025-06-12 00:46:06 +09:00
コミット 3363fcd2ae
14個のファイルの変更32行の追加171行の削除
+1 -4
ファイルの表示
@@ -4,10 +4,7 @@ import SettingsDialogue from './SettingsDialogue'
import { Button } from './ui/button'
import clsx from 'clsx'
type User = { id: number
name: string | null
inheritanceCode: string
role: string }
import type { User } from '@/types'
type Props = { user: User
setUser: (user: User) => void }