mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-21 00:40:09 +00:00
feat: create basic info card component
This commit is contained in:
parent
3f3f4aea20
commit
2bcd83f5ba
7
src/pages/Dashboard/BasicInfoCard.tsx
Normal file
7
src/pages/Dashboard/BasicInfoCard.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import { Stack } from 'tamagui'
|
||||
|
||||
const BasicInfoCard = () => {
|
||||
return <Stack></Stack>
|
||||
}
|
||||
|
||||
export default BasicInfoCard
|
Loading…
x
Reference in New Issue
Block a user