mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 08:53:14 +00:00
New file history (#2359)
This commit is contained in:
committed by
Daniel Pan
parent
5924c65d08
commit
ca0110e996
9
frontend/src/components/loading.js
Normal file
9
frontend/src/components/loading.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
function Loading() {
|
||||
return (
|
||||
<span className="loading-icon loading-tip"></span>
|
||||
);
|
||||
}
|
||||
|
||||
export default Loading;
|
Reference in New Issue
Block a user