mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 23:44:22 +00:00
Fix various eslint issues
This commit is contained in:
@@ -4,7 +4,7 @@ import FileActions from '../files/FileActions';
|
||||
import FileTree from '../files/FileTree';
|
||||
import { useGitOperations } from '../../hooks/useGitOperations';
|
||||
import { useWorkspace } from '../../contexts/WorkspaceContext';
|
||||
import type { FileNode } from '@/types/fileApi';
|
||||
import type { FileNode } from '@/types/models';
|
||||
|
||||
interface SidebarProps {
|
||||
selectedFile: string | null;
|
||||
@@ -23,7 +23,7 @@ const Sidebar: React.FC<SidebarProps> = ({
|
||||
const { handlePull } = useGitOperations();
|
||||
|
||||
useEffect(() => {
|
||||
loadFileList();
|
||||
void loadFileList();
|
||||
}, [loadFileList]);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user