import { Head } from '@inertiajs/react' import SettingsLayout from '~/layouts/SettingsLayout' import { SystemInformationResponse } from '../../../types/system' import { IconPaperclip } from '@tabler/icons-react' import { formatBytes } from '~/lib/util' const Section = ({ title, children }: { title: string; children: React.ReactNode }) => { return (