mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-20 15:51:23 +02:00
Fix
This commit is contained in:
Binary file not shown.
@@ -1,5 +1,4 @@
|
|||||||
import { ButtonLink } from '../components/ButtonLink';
|
import { ButtonLink } from '../components/ButtonLink';
|
||||||
import { Editor } from '../components/Editor/Editor';
|
|
||||||
import { Heading } from '../components/Heading';
|
import { Heading } from '../components/Heading';
|
||||||
import { VStack } from '../components/Stacks';
|
import { VStack } from '../components/Stacks';
|
||||||
import { useWorkspaces } from '../hooks/useWorkspaces';
|
import { useWorkspaces } from '../hooks/useWorkspaces';
|
||||||
@@ -14,7 +13,6 @@ export function Workspaces(props: { path: string }) {
|
|||||||
{w.name}
|
{w.name}
|
||||||
</ButtonLink>
|
</ButtonLink>
|
||||||
))}
|
))}
|
||||||
<Editor className="h-20 w-full" defaultValue="hello" />
|
|
||||||
</VStack>
|
</VStack>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user