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  type  {  Route  }  from  "./+types/__auth" ; 
22import  {  Outlet ,  useLocation ,  type  LoaderFunctionArgs  }  from  "react-router" ; 
3- import  {  Login  }  from  "#~/components /login" ; 
3+ import  {  Login  }  from  "#~/basics /login" ; 
44import  {  isProd  }  from  "#~/helpers/env.server" ; 
55import  {  getUser  }  from  "#~/models/session.server" ; 
66import  {  useOptionalUser  }  from  "#~/utils" ; 
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import type { Route } from "./+types/auth";
22import  {  redirect  }  from  "react-router" ; 
33
44import  {  initOauthLogin  }  from  "#~/models/session.server" ; 
5- import  {  Login  }  from  "#~/components /login" ; 
5+ import  {  Login  }  from  "#~/basics /login" ; 
66
77// eslint-disable-next-line no-empty-pattern 
88export  async  function  loader ( { } : Route . LoaderArgs )  { 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments