File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import  {  createWebHistory ,  createRouter  }  from  'vue-router' 
22import  {  inject  }  from  'vue' 
33import  {  Api  }  from  '@/api' 
4- import  boards  from  '@/api/others' 
4+ import  {   boards   }  from  '@/api/others' 
55import  Boards  from  '@/views/Boards.vue' 
66import  Threads  from  '@/views/Threads.vue' 
77import  About  from  '@/views/About.vue' 
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ import LoginModal from '@/components/modals/auth/Login.vue'
9393import  RegisterModal  from  ' @/components/modals/auth/Register.vue' 
9494import  { inject , reactive , toRefs , watch  } from  ' vue' 
9595import  { Api  } from  ' @/api' 
96- import  boards  from  ' @/api/others' 
96+ import  {  boards  }  from  ' @/api/others' 
9797import  { AuthStore  } from  ' @/composables/stores/auth' 
9898import  { PreferencesStore  } from  ' @/composables/stores/prefs' 
9999import  { countTotals , getLastPost , filterIgnoredBoards  } from  ' @/composables/utils/boardUtils' 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments