0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 18:48:39 +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
+1 -1
View File
@@ -49,4 +49,4 @@ const Admin = ()=>{
);
};
module.exports = Admin;
export default Admin;
+1 -1
View File
@@ -80,4 +80,4 @@ const Homebrew = (props)=>{
);
};
module.exports = Homebrew;
export default Homebrew;