0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-28 04:59:44 +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

@@ -49,4 +49,4 @@ const Admin = ()=>{
); );
}; };
module.exports = Admin; export default Admin;

View File

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