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

fix exports of admin and homebrew.jsx

This commit is contained in:
Víctor Losada Hernández
2026-01-22 23:46:50 +01:00
parent c4c2d8cabd
commit eb9fc4487c
2 changed files with 2 additions and 2 deletions

View File

@@ -80,4 +80,4 @@ const Homebrew = (props)=>{
);
};
module.exports = Homebrew;
export default Homebrew;