mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	chore: move flow dir to root
This commit is contained in:
		
							
								
								
									
										9
									
								
								flow/css-module-stub.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								flow/css-module-stub.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
// @flow
 | 
			
		||||
 | 
			
		||||
type CSSModule = {
 | 
			
		||||
  [key: string]: string,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const emptyCSSModule: CSSModule = {};
 | 
			
		||||
 | 
			
		||||
export default emptyCSSModule;
 | 
			
		||||
		Reference in New Issue
	
	Block a user