mirror of
https://github.com/urosran/cally.git
synced 2025-07-09 22:57:16 +00:00
7 lines
114 B
TypeScript
7 lines
114 B
TypeScript
import {View} from "react-native-ui-lib";
|
|
|
|
export default function Screen() {
|
|
return (
|
|
<View/>
|
|
)
|
|
} |