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

change legacy snippets to use named exports and move from dedent-tabs to dedent

This commit is contained in:
Víctor Losada Hernández
2026-01-23 17:38:16 +01:00
parent b72e5b9172
commit dbeff56ffa
27 changed files with 1073 additions and 3262 deletions

View File

@@ -1,12 +1,12 @@
/* eslint-disable max-lines */
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-tabs';
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 dedent from 'dedent';
export default [