change react component

This commit is contained in:
2026-08-09 15:44:08 +02:00
parent 266292b7b4
commit bdf9b484b3
3 changed files with 55 additions and 143 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import React, { useState, useEffect } from 'react';
import { DragDropContext, Droppable, Draggable, DropResult } from 'react-beautiful-dnd';
import { DragDropContext, Droppable, Draggable, DropResult } from '@hello-pangea/dnd';
import { focusTaskApi } from './api';
import { FocusTask } from './types';
import TaskCard from './components/TaskCard';