mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-01 14:15:22 +00:00
feat: create base for sync status dashboard card
This commit is contained in:
parent
c484c83b5e
commit
fe01cc1071
7
src/pages/Dashboard/SyncStatusCard.tsx
Normal file
7
src/pages/Dashboard/SyncStatusCard.tsx
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
import { Stack } from 'tamagui'
|
||||||
|
|
||||||
|
const SyncStatusCard = () => {
|
||||||
|
return <Stack></Stack>
|
||||||
|
}
|
||||||
|
|
||||||
|
export default SyncStatusCard
|
Loading…
x
Reference in New Issue
Block a user