Skip to content

Commit 96b1ef5

Browse files
committed
style: Prettier 및 ESLint 포맷팅 적용
1 parent 3a03d8f commit 96b1ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/page/home/Home.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import React, { useState } from 'react';
1+
import { useState } from 'react';
22

3+
import type { TodoItemTypes } from '../todo/myTodo/component/TodoBox/TodoBox.types';
34
import { TodoBox } from '../todo/myTodo/component';
4-
import type { TodoItemTypes } from '../todo/myTodo/component/TodoBox.types';
55

66
const Home = () => {
77
const [recommendItems, setRecommendItems] = useState<TodoItemTypes[]>([

0 commit comments

Comments
 (0)