mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-15 23:32:41 +00:00
Remove unused function
This commit is contained in:
@@ -59,14 +59,8 @@ const fetchThemeBundle = async (obj, renderer, theme)=>{
|
|||||||
}));
|
}));
|
||||||
};
|
};
|
||||||
|
|
||||||
const fetchBrewAsThemeJSON = async (renderer, theme)=>{
|
|
||||||
if(!renderer || !theme) return;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
export {
|
export {
|
||||||
splitTextStyleAndMetadata,
|
splitTextStyleAndMetadata,
|
||||||
printCurrentBrew,
|
printCurrentBrew,
|
||||||
fetchThemeBundle,
|
fetchThemeBundle,
|
||||||
fetchBrewAsThemeJSON
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user