mirror of https://github.com/jetkvm/kvm.git
cleanup
This commit is contained in:
parent
3be51a106f
commit
e9b68f8131
|
@ -32,7 +32,7 @@ export function SettingsItem({
|
||||||
description,
|
description,
|
||||||
children,
|
children,
|
||||||
className,
|
className,
|
||||||
}: {
|
}: {
|
||||||
title: string;
|
title: string;
|
||||||
description: string | React.ReactNode;
|
description: string | React.ReactNode;
|
||||||
children?: React.ReactNode;
|
children?: React.ReactNode;
|
||||||
|
|
Loading…
Reference in New Issue