0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-22 18:17:52 +00:00

revert admin.jsx to module.exports for now

This commit is contained in:
Víctor Losada Hernández
2026-01-22 16:18:46 +01:00
parent cc65b6826d
commit 1a15b563b8

View File

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