mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 09:46:35 +00:00
chore: refactoring and tests, splitting up files (#12495)
This commit is contained in:
1
packages/app/src/pages/layout/sidebar-shell-helpers.ts
Normal file
1
packages/app/src/pages/layout/sidebar-shell-helpers.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const sidebarExpanded = (mobile: boolean | undefined, opened: boolean) => !!mobile || opened
|
||||
Reference in New Issue
Block a user