mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-23 09:51:10 +01:00
Strict mode and tweak layout padding
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Button } from './core/Button';
|
||||
import { Editor } from './core/Editor';
|
||||
import { Heading } from './core/Heading';
|
||||
import { VStack } from './core/Stacks';
|
||||
import { useWorkspaces } from '../hooks/useWorkspaces';
|
||||
@@ -13,6 +14,7 @@ export default function Workspaces() {
|
||||
{w.name}
|
||||
</Button>
|
||||
))}
|
||||
<Editor defaultValue="hello world" />
|
||||
</VStack>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user