Merge branch 'experimental-structural-changes' of https://github.com/mue/mue into experimental-structural-changes

This commit is contained in:
David Ralph 2024-02-18 11:21:59 +00:00
commit b7698650fa
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 };