mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
8 lines
No EOL
161 B
JavaScript
8 lines
No EOL
161 B
JavaScript
import React from 'react';
|
|
|
|
const PostsLoading = props => {
|
|
const Loading = Telescope.components.Loading;
|
|
return <Loading/>
|
|
}
|
|
|
|
module.exports = PostsLoading; |