Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
Enable Eslint import/no-extraneous-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lily4178993 committed Jul 19, 2023
1 parent 04aab07 commit 5409270
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/TodosLogic.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { useState, useEffect } from 'react';
import InputTodo from 'components/InputTodo';
import TodosList from 'components/TodosList';
// eslint-disable-next-line import/no-extraneous-dependencies
import { v4 as uuidv4 } from 'uuid';

const TodosLogic = () => {
Expand Down

0 comments on commit 5409270

Please sign in to comment.