aswi2023one-team-to-rule-them-all-gitlab/src/components/item/ItemDetail.tsx @ 97deff21
1 |
import { Center, Box, Heading, VStack, FormControl, Link, Input, Button, HStack, Text } from "native-base" |
---|---|
2 |
import React, { useState } from "react" |
3 |
|
4 |
const ItemDetail = () => { |
5 |
return ( |
6 |
<Center w="100%"> |
7 |
<Box> |
8 |
Item Detail :-) |
9 |
</Box> |
10 |
</Center> |
11 |
)
|
12 |
}
|
13 |
|
14 |
export default ItemDetail |