Projekt

Obecné

Profil

Stáhnout (191 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 b7014ba2 Schwobik
import { Center, Text } from "native-base"
2
3
const SearchPage = () => {
4
5
    return (
6
        <Center>
7
            <Text>Search Page</Text>
8
        </Center>
9
    )
10
}
11
12
export default SearchPage