0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-04-01 18:18:11 +00:00

Merge branch 'master' into moveSnippetImages

This commit is contained in:
David Bolack
2026-01-27 20:25:11 -06:00
102 changed files with 2432 additions and 2136 deletions

View File

@@ -1,14 +1,14 @@
/* eslint-disable max-lines */
const MagicGen = require('./snippets/magic.gen.js');
const ClassTableGen = require('./snippets/classtable.gen.js');
const MonsterBlockGen = require('./snippets/monsterblock.gen.js');
const ClassFeatureGen = require('./snippets/classfeature.gen.js');
const CoverPageGen = require('./snippets/coverpage.gen.js');
const TableOfContentsGen = require('./snippets/tableOfContents.gen.js');
const dedent = require('dedent-tabs').default;
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';
module.exports = [
export default [
{
groupName : 'Text Editor',