mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 05:31:51 +02:00
Fix eslint errors
This commit is contained in:
@@ -3,6 +3,7 @@ import { Heading } from '../components/Heading';
|
||||
import { VStack } from '../components/Stacks';
|
||||
import { useWorkspaces } from '../hooks/useWorkspaces';
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
export function Workspaces(props: { path: string }) {
|
||||
const workspaces = useWorkspaces();
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user