mirror of
https://github.com/skoelle/focusapp.git
synced 2026-09-18 04:20:25 +00:00
change react component
This commit is contained in:
+1
-1
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user