mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 17:46:18 +08:00
6 lines
86 B
TypeScript
6 lines
86 B
TypeScript
export const useSettingsSidebar = () => {
|
|
return {
|
|
show: false,
|
|
};
|
|
};
|