import React from "react"; export default function LoadingCard() { return (
Loading
); }