0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 03:12:40 +00:00
This commit is contained in:
Trevor Buckner
2021-06-20 14:30:00 -04:00
committed by GitHub
parent 68ed6019f6
commit 8e304fa483

View File

@@ -43,7 +43,7 @@ const getBrewFromId = asyncHandler(async (id, accessType)=>{
/* Any CSS here will apply to your document! */ /* Any CSS here will apply to your document! */
.myExampleClass { .myExampleClass {
color: black; color: black;
}`; }`;
} }
return brew; return brew;