Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjordan committed Apr 15, 2024
1 parent 2721a91 commit 2ea3fcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/js/src/components/TodoList.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { SafeAreaProvider } from 'react-native-safe-area-context';
import { Todo, TodoPatch } from '../redux/types';
import { FILTER_STATUS } from '../redux/types';
import { setupStore } from '../redux/store';
import { workContexts } from '../redux/workspaceSlice';
import TodoList from './TodoList';

function stubTodo(patch: TodoPatch): Todo {
Expand Down

0 comments on commit 2ea3fcf

Please sign in to comment.