0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-27 09:33:08 +00:00

change imports

This commit is contained in:
Víctor Losada Hernández
2026-01-24 01:10:51 +01:00
parent 852510c93a
commit 4e6c3add5b
12 changed files with 26 additions and 26 deletions

View File

@@ -1,11 +1,11 @@
/* eslint-disable max-lines */
import MagicGen from './themes/Legacy/5ePHB/snippets/magic.gen.js';
import ClassTableGen from './themes/Legacy/5ePHB/snippets/classtable.gen.js';
import MonsterBlockGen from './themes/Legacy/5ePHB/snippets/monsterblock.gen.js';
import ClassFeatureGen from './themes/Legacy/5ePHB/snippets/classfeature.gen.js';
import CoverPageGen from './themes/Legacy/5ePHB/snippets/coverpage.gen.js';
import TableOfContentsGen from './themes/Legacy/5ePHB/snippets/tableOfContents.gen.js';
import MagicGen from './snippets/magic.gen.js';
import ClassTableGen from './snippets/classtable.gen.js';
import MonsterBlockGen from './snippets/monsterblock.gen.js';
import ClassFeatureGen from './snippets/classfeature.gen.js';
import CoverPageGen from './snippets/coverpage.gen.js';
import TableOfContentsGen from './snippets/tableOfContents.gen.js';
import dedent from 'dedent';
export default [