diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-03-15 00:13:40 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-03-15 00:13:40 +0000 |
| commit | c9aefa81ca1950121d2357fc66afe15eb400f537 (patch) | |
| tree | fd6196b55626cea8101cd5a4a00cb2a00d8a495b /lib/enchantments.ts | |
| parent | 1dd5d0fa8bb2ae794b263d1629a662166a9b9d08 (diff) | |
Fix eslint errors
Diffstat (limited to 'lib/enchantments.ts')
| -rw-r--r-- | lib/enchantments.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/enchantments.ts b/lib/enchantments.ts index a770feb..9ee1994 100644 --- a/lib/enchantments.ts +++ b/lib/enchantments.ts @@ -1,3 +1,3 @@ import enchantments from '@/data/enchantments.json'; -export default enchantments;
\ No newline at end of file +export default enchantments; |
