[Glitch] Use LayoutType from is_mobile in actions/app
Port 5bc8e2d1fd to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		
				
					committed by
					
						
						Claire
					
				
			
			
				
	
			
			
			
						parent
						
							87a704f70b
						
					
				
				
					commit
					468dfffd26
				
			@@ -1,7 +1,8 @@
 | 
			
		||||
import { createAction } from '@reduxjs/toolkit';
 | 
			
		||||
import type { LayoutType } from '../is_mobile';
 | 
			
		||||
 | 
			
		||||
type ChangeLayoutPayload = {
 | 
			
		||||
  layout: 'mobile' | 'single-column' | 'multi-column';
 | 
			
		||||
  layout: LayoutType;
 | 
			
		||||
};
 | 
			
		||||
export const changeLayout =
 | 
			
		||||
  createAction<ChangeLayoutPayload>('APP_LAYOUT_CHANGE');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user