1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 00:43:53 +00:00
Files
seahub/frontend/src/components/loading.js

9 lines
146 B
JavaScript
Raw Normal View History

2018-09-12 17:01:48 +08:00
import React from 'react';
function Loading() {
return (
<span className="loading-icon loading-tip"></span>
);
}
export default Loading;