File "LoadingAnimation.stories.jsx"

Full Path: /home/rubycabfbt/www/wp-content/plugins/envato-elements/trunk/src/js/react/components/Loading/LoadingAnimation.stories.jsx
File size: 196 bytes
MIME-type: text/plain
Charset: utf-8

import React from 'react'
import LoadingAnimation from './LoadingAnimation'

export default { title: 'loading' }

export const loadingAnimation = () => {
  return (
    <LoadingAnimation />
  )
}