mirror of https://github.com/jetkvm/kvm.git
cleanup
This commit is contained in:
parent
e9b68f8131
commit
ac377c4953
|
@ -28,10 +28,10 @@ import { useRevalidator } from "react-router-dom";
|
|||
import { ShieldCheckIcon } from "@heroicons/react/20/solid";
|
||||
|
||||
export function SettingsItem({
|
||||
title,
|
||||
description,
|
||||
children,
|
||||
className,
|
||||
title,
|
||||
description,
|
||||
children,
|
||||
className,
|
||||
}: {
|
||||
title: string;
|
||||
description: string | React.ReactNode;
|
||||
|
|
Loading…
Reference in New Issue