/
home
/
rekodeb
/
www
/
wp-content
/
plugins
/
envato-elements
/
src
/
js
/
react
/
components
/
Loading
/
Upload File
HOME
import React from 'react' import LoadingAnimation from './LoadingAnimation' export default { title: 'loading' } export const loadingAnimation = () => { return ( <LoadingAnimation /> ) }