diff --git a/apps/web/src/app/(private)/projects/[projectId]/versions/[commitUuid]/documents/[documentUuid]/_components/DocumentEditor/Editor/Playground/index.tsx b/apps/web/src/app/(private)/projects/[projectId]/versions/[commitUuid]/documents/[documentUuid]/_components/DocumentEditor/Editor/Playground/index.tsx index aca0fb114..39d3dc2bc 100644 --- a/apps/web/src/app/(private)/projects/[projectId]/versions/[commitUuid]/documents/[documentUuid]/_components/DocumentEditor/Editor/Playground/index.tsx +++ b/apps/web/src/app/(private)/projects/[projectId]/versions/[commitUuid]/documents/[documentUuid]/_components/DocumentEditor/Editor/Playground/index.tsx @@ -7,7 +7,6 @@ import { DocumentVersion } from '@latitude-data/core/browser' import { useCurrentCommit } from '@latitude-data/web-ui' import { useDocumentParameters } from '$/hooks/useDocumentParameters' -import { Header } from '../Header' import Chat from './Chat' import { DocumentParams } from './DocumentParams' import Preview from './Preview' @@ -28,7 +27,6 @@ export default function Playground({ return (
-