Projekt

Obecné

Profil

Stáhnout (332 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
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
(2-2/2)