web/app/(authenticated)/settings/system/page.tsx
Function SystemSettings
has 104 lines of code (exceeds 75 allowed). Consider refactoring. Open
Open
export default async function SystemSettings() {
const { license, version } = await getData();
return (
<div className="space-y-8 divide-y divide-gray-100">