export const UiMixin = {
  data() {
    return {
      rootFolder: {},
      notRegistered: false,
      shareEmail: ''
    };
  }
};
