diff --git a/frontend/App.js b/frontend/App.js index 09f879b..1a653cf 100644 --- a/frontend/App.js +++ b/frontend/App.js @@ -1,20 +1,29 @@ -import { StatusBar } from 'expo-status-bar'; -import { StyleSheet, Text, View } from 'react-native'; - -export default function App() { - return ( - - Open up App.js to start working on your app! - - - ); -} - -const styles = StyleSheet.create({ - container: { - flex: 1, - backgroundColor: '#fff', - alignItems: 'center', - justifyContent: 'center', - }, +"use strict"; +Object.defineProperty(exports, "__esModule", { + value: true }); +Object.defineProperty(exports, "AppFragmentNode", { + enumerable: true, + get: function() { + return AppFragmentNode; + } +}); +function _core() { + const data = require("@urql/core"); + _core = function() { + return data; + }; + return data; +} +const AppFragmentNode = (0, _core().gql)` + fragment AppFragment on App { + id + scopeKey + ownerAccount { + id + name + } + } +`; + +//# sourceMappingURL=App.js.map \ No newline at end of file