import ExtensionRoot from '@views/components/common/ExtensionRoot/ExtensionRoot'; import Link from '@views/components/common/Link'; import React from 'react'; /** * Renders the DevMode component. * * @returns The rendered DevMode component. */ export default function DevMode() { return (
“Real powerusers modify the sourcecode instead of using settings” - doprz
“become hackerman, go to{' '} github {' '} yay” {' '} - razboy20

{import.meta.env.VITE_PACKAGE_VERSION} - {import.meta.env.MODE}{' '} {import.meta.env.VITE_BETA_BUILD ? 'beta' : ''}

); }