Skip to content

Commit

Permalink
fix: remove random backtick from relativeTime import
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmachirality committed Feb 10, 2025
1 parent 7ce2fa7 commit e4c5462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/sell/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Command } from "@commander-js/extra-typings";
import dayjs from "npm:[email protected]";
import duration from "npm:[email protected]/plugin/duration.js";
import relativeTime from "npm:[email protected]`/plugin/relativeTime.js";
import relativeTime from "npm:[email protected]/plugin/relativeTime.js";
import { apiClient } from "../../apiClient.ts";
import { paths } from "../../schema.ts";
import {
Expand Down

0 comments on commit e4c5462

Please sign in to comment.