Skip to content

Commit

Permalink
Removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Nov 18, 2024
1 parent be2965e commit acf9f01
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@
let { children }: Props = $props();
let isAuthenticated = $derived(accessToken.value !== null);
const sidebar = useSidebar();
// NOTE: might need to adjust SIDEBAR_WIDTH to 640px
//let isSidebarOpen = persisted('sidebar-open', false);
let isCommandOpen = $state(false);
// const isSmallScreenQuery = new MediaQuery('(min-width: 640px)');
// const isMediumScreenQuery = new MediaQuery('(min-width: 768px)');
//const isLargeScreenQuery = new MediaQuery('(min-width: 1024px)');
setModelValidator(validate);
useMiddleware(async (ctx, next) => {
Expand Down

0 comments on commit acf9f01

Please sign in to comment.