fix(build): Partially, distributions still not ready

This commit is contained in:
alexsparkes 2024-02-18 10:23:11 +00:00
parent c2f850febd
commit f92f2b3764
1 changed files with 1 additions and 1 deletions

View File

@ -43,4 +43,4 @@ const PreferencesWrapper = ({ children, ...props }) => {
);
};
export default PreferencesWrapper;
export { PreferencesWrapper as default, PreferencesWrapper };