mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 16:12:38 +00:00
Site runs and all tests pass
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const Markdown = require('../../../../shared/naturalcrit/markdown.js');
|
||||
import Markdown from '../../../../shared/naturalcrit/markdown.js';
|
||||
|
||||
module.exports = {
|
||||
createFooterFunc : function(headerSize=1){
|
||||
|
||||
@@ -93,4 +93,4 @@ const diceFont = {
|
||||
'df_solid_small_dot_d6_6' : 'df solid-small-dot-d6-6'
|
||||
};
|
||||
|
||||
module.exports = diceFont;
|
||||
export default diceFont;
|
||||
@@ -206,4 +206,4 @@ const elderberryInn = {
|
||||
'ei_wish' : 'ei wish'
|
||||
};
|
||||
|
||||
module.exports = elderberryInn;
|
||||
export default elderberryInn;
|
||||
@@ -2051,4 +2051,4 @@ const fontAwesome = {
|
||||
'fab_zhihu' : 'fab fa-zhihu'
|
||||
};
|
||||
|
||||
module.exports = fontAwesome;
|
||||
export default fontAwesome;
|
||||
@@ -506,4 +506,4 @@ const gameIcons = {
|
||||
'gi_acid' : 'gi acid'
|
||||
};
|
||||
|
||||
module.exports = gameIcons;
|
||||
export default gameIcons;
|
||||
Reference in New Issue
Block a user