Update
This commit is contained in:
@@ -2,7 +2,7 @@ import Editor from '@/modules/editor/editor';
|
||||
|
||||
const Home = () => {
|
||||
return (
|
||||
<div className="min-h-screen bg-neutral-50">
|
||||
<div className="min-h-screen bg-neutral-50 dark:bg-neutral-800">
|
||||
<Editor />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user