mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-29 15:10:06 +00:00
async theme
This commit is contained in:
10
components/Loading.js
Normal file
10
components/Loading.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* 主题文件被加载出之前的占位符
|
||||
* @returns
|
||||
*/
|
||||
const Loading = () => {
|
||||
return <div className="w-screen h-screen flex justify-center items-center">
|
||||
<h1>Loading... <i className='ml-2 fas fa-spinner animate-spin' /></h1>
|
||||
</div>
|
||||
}
|
||||
export default Loading
|
||||
Reference in New Issue
Block a user