removed markdown editor

This commit is contained in:
Ren Amamiya
2023-03-26 08:32:41 +07:00
parent 0c659b0902
commit 5d89a66ee0
8 changed files with 53 additions and 1326 deletions

View File

@@ -1,7 +1,7 @@
import BaseLayout from '@layouts/base';
import WithSidebarLayout from '@layouts/withSidebar';
import FormBasic from '@components/form/base';
import FormBase from '@components/form/base';
import { NoteBase } from '@components/note/base';
import { Placeholder } from '@components/note/placeholder';
@@ -27,7 +27,7 @@ export default function Page() {
return (
<div ref={parentRef} className="scrollbar-hide h-full w-full overflow-y-auto" style={{ contain: 'strict' }}>
<div className="relative">
<FormBasic />
<FormBase />
</div>
<Suspense fallback={<Placeholder />}>
<div>