import React from "react"; export const LineSkeleton = () => { return (
); }