Skip to content

Commit 6760ed3

Browse files
committed
Rename DataList file
1 parent 8278367 commit 6760ed3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/components/DataList/DataList.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { render, screen } from "@testing-library/react";
22
import userEvent from "@testing-library/user-event";
33
import { describe, it, expect } from "vitest";
4-
import { DataList } from "./DataList";
4+
import { DataList } from ".";
55

66
interface TestItem {
77
id: number;

src/pages/Home/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { DataList } from "../../components/DataList/DataList";
1+
import { DataList } from "../../components/DataList";
22
import type { User } from "../../domains/user";
33
import { useUsers } from "../../hooks/useUsers";
44

0 commit comments

Comments
 (0)