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