0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 09:02:37 +00:00
This commit is contained in:
G.Ambatte
2025-02-05 21:35:33 +13:00
parent 6d2cbaacc0
commit 03798e945d
4 changed files with 154 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
import React from 'react';
import AuthorLookup from './authorLookup/authorLookup.jsx';
const authorUtils = ()=>{
return (
<section className='authorUtils'>
<AuthorLookup />
</section>
);
};
module.exports = authorUtils;