import Link from 'next/link' import { useParams } from 'common' import { FormHeader } from 'components/ui/Forms/FormHeader' import { DOCS_URL } from 'lib/constants' import { Button } from 'ui' import { NoticeBar } from './ui/NoticeBar' // [Joshen] Only used for non AWS projects export function DiskManagementPanelForm() { const { ref: projectRef } = useParams() return (