Add Indicator box to home

This commit is contained in:
2023-09-14 18:19:08 +08:00
parent fd47be620d
commit 41c77c2eaa
3 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import React from 'react'
const Indicator: React.FC = () => {
return <></>
}
export default Indicator