File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed 
resources/js/Components/ui Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ import { PanelLeft } from "lucide-react"
55
66import  {  useIsMobile  }  from  "@/hooks/use-mobile" 
77import  {  cn  }  from  "@/lib/utils" 
8- import  {  Button  }  from  "@/components /ui/button" 
9- import  {  Input  }  from  "@/components /ui/input" 
10- import  {  Separator  }  from  "@/components /ui/separator" 
11- import  {  Sheet ,  SheetContent  }  from  "@/components /ui/sheet" 
12- import  {  Skeleton  }  from  "@/components /ui/skeleton" 
8+ import  {  Button  }  from  "@/Components /ui/button" 
9+ import  {  Input  }  from  "@/Components /ui/input" 
10+ import  {  Separator  }  from  "@/Components /ui/separator" 
11+ import  {  Sheet ,  SheetContent  }  from  "@/Components /ui/sheet" 
12+ import  {  Skeleton  }  from  "@/Components /ui/skeleton" 
1313import  { 
1414  Tooltip , 
1515  TooltipContent , 
1616  TooltipProvider , 
1717  TooltipTrigger , 
18- }  from  "@/components /ui/tooltip" 
18+ }  from  "@/Components /ui/tooltip" 
1919
2020const  SIDEBAR_COOKIE_NAME  =  "sidebar:state" 
2121const  SIDEBAR_COOKIE_MAX_AGE  =  60  *  60  *  24  *  7 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments