Skip to content

Commit

Permalink
removed unsued import
Browse files Browse the repository at this point in the history
  • Loading branch information
RanyeM committed Nov 7, 2024
1 parent ceaa478 commit 2160f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion react-app/src/utils/crumbs.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// crumbs.test.ts
import { describe, it, expect, vi } from 'vitest';
import { describe, it, expect } from 'vitest';
import {
getDashboardTabForAuthority,
detailsAndActionsCrumbs,
Expand Down
2 changes: 1 addition & 1 deletion react-app/src/utils/stateName.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { describe, it, expect, vi } from "vitest";
import { describe, it, expect } from "vitest";
import { convertStateAbbrToFullName } from "./stateNames";

describe("convertStateAbbrToFullName", () => {
Expand Down

0 comments on commit 2160f5f

Please sign in to comment.