Fix broken storybook (#3030)
This commit is contained in:
		
				
					committed by
					
						
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							3dcb5fa28f
						
					
				
				
					commit
					1027556614
				
			
							
								
								
									
										12
									
								
								storybook/stories/loading_indicator.story.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								storybook/stories/loading_indicator.story.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
import React from 'react';
 | 
			
		||||
import { IntlProvider } from 'react-intl';
 | 
			
		||||
import { storiesOf } from '@kadira/storybook';
 | 
			
		||||
import getMessagesForLocale from 'mastodon/locales';
 | 
			
		||||
import LoadingIndicator from 'mastodon/components/loading_indicator';
 | 
			
		||||
 | 
			
		||||
storiesOf('LoadingIndicator', module)
 | 
			
		||||
  .add('default state', () => (
 | 
			
		||||
    <IntlProvider locale='en' messages={getMessagesForLocale('en')}>
 | 
			
		||||
      <LoadingIndicator />
 | 
			
		||||
    </IntlProvider>
 | 
			
		||||
  ));
 | 
			
		||||
		Reference in New Issue
	
	Block a user