Delete hook barrel files and switch to direct hook imports
This commit is contained in:
@@ -31,7 +31,7 @@ vi.mock("../../hooks/useServerStatus", () => ({
|
||||
}),
|
||||
}));
|
||||
|
||||
vi.mock("../../hooks/useBlocklist", () => ({
|
||||
vi.mock("../../hooks/useBlocklistStatus", () => ({
|
||||
useBlocklistStatus: () => ({ hasErrors: false }),
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user