Skip to content

Commit

Permalink
getExtendedPeriod
Browse files Browse the repository at this point in the history
Signed-off-by: Faisal N <[email protected]>
  • Loading branch information
faisalnjs authored Jan 21, 2025
1 parent 762d95e commit b4ecc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clicker/clicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import storage from "/src/modules/storage.js";

import { autocomplete } from "/src/symbols/symbols.js";
import { unixToTimeString } from "/src/modules/time.js";
import { getPeriod } from "/src/periods/periods";
import { getPeriod, getExtendedPeriod } from "/src/periods/periods";
import { convertLatexToAsciiMath, convertLatexToMarkup, renderMathInElement } from "mathlive";
``;

Expand Down

0 comments on commit b4ecc86

Please sign in to comment.