We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a03d8f commit 96b1ef5Copy full SHA for 96b1ef5
src/page/home/Home.tsx
@@ -1,7 +1,7 @@
1
-import React, { useState } from 'react';
+import { useState } from 'react';
2
3
+import type { TodoItemTypes } from '../todo/myTodo/component/TodoBox/TodoBox.types';
4
import { TodoBox } from '../todo/myTodo/component';
-import type { TodoItemTypes } from '../todo/myTodo/component/TodoBox.types';
5
6
const Home = () => {
7
const [recommendItems, setRecommendItems] = useState<TodoItemTypes[]>([
0 commit comments