import React from "react"; import { Div, Skeleton } from "react-native-magnus"; export const Loading = () => { return (
); };