Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
esheyw committed Jan 9, 2024
1 parent 7f1326d commit 17d338d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# PF2e Macro & Helper Library Changelog

## Release 0.1
- Existance begins.
- Existance begins.

## Release 0.1.1
- reattempt github actions

## Release 0.1.2
- fix imports
1 change: 0 additions & 1 deletion scripts/helpers/otherHelpers.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { getIDsFromFolder } from "./otherHelpers.mjs";
import { fu } from "../constants.mjs";
import { MHLError } from "./errorHelpers.mjs";
import { prependIndefiniteArticle, capitalize } from "./stringHelpers.mjs";
Expand Down

0 comments on commit 17d338d

Please sign in to comment.