Skip to content

Commit

Permalink
lib(mobx) Use relative import path
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Aug 25, 2024
1 parent a425c40 commit 3538a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/search/mobx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import moment from "moment";
import { LANGUAGE_FALLBACK_COLOR } from "@tony/cv-data/constants";
import type { fetchDataFn } from "@tony/cv-data/fetch";
import { CategoryName, Chart, OrgTypeName } from "@tony/cv-data/types";
import * as matchers from "@tony/cv-lib/search/utils";
import * as matchers from "./utils";

import { hasAny } from "../utils";

Expand Down

0 comments on commit 3538a59

Please sign in to comment.