Skip to content

Commit

Permalink
tidy up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Jan 4, 2025
1 parent 915df91 commit 8a545ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { describe } from "vitest";
import { html } from "../../../support/formatting";
import { accessible, focusable, hidden, reflects, renders, defaults } from "../../tests/commonTests";
import { ComponentTestTokens, themed } from "../../tests/commonTests/themed";
import { CSS } from "../../../src/components/navigation-logo/resources";
import { CSS } from "./resources";

describe("calcite-navigation-logo", () => {
describe("renders", () => {
Expand Down

0 comments on commit 8a545ba

Please sign in to comment.